Skip to content

Commit ca457a4

Browse files
committed
add noci flags
1 parent 27950fb commit ca457a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/jasmine/tests/bar_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ describe('A bar plot', function() {
16641664
}
16651665
});
16661666

1667-
it('should be able to restyle', function(done) {
1667+
it('@noCI should be able to restyle', function(done) {
16681668
var mock = Lib.extendDeep({}, require('@mocks/bar_attrs_relative'));
16691669

16701670
Plotly.newPlot(gd, mock.data, mock.layout).then(function() {

test/jasmine/tests/funnel_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ describe('A funnel plot', function() {
761761
.then(done, done.fail);
762762
});
763763

764-
it('should be able to restyle', function(done) {
764+
it('@noCI should be able to restyle', function(done) {
765765
var mock = {
766766
data: [
767767
{

test/jasmine/tests/waterfall_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ describe('A waterfall plot', function() {
770770
.then(done, done.fail);
771771
});
772772

773-
it('should be able to restyle', function(done) {
773+
it('@noCI should be able to restyle', function(done) {
774774
var mock = {
775775
data: [
776776
{

0 commit comments

Comments
 (0)