Skip to content

Commit aae0c60

Browse files
committed
add a few flaky tags in transition_test.js
1 parent f35e215 commit aae0c60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/jasmine/tests/transition_test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ describe('Plotly.react transitions:', function() {
639639
.then(done);
640640
});
641641

642-
it('should only transition the layout when both traces and layout have animatable changes by default', function(done) {
642+
it('@flaky should only transition the layout when both traces and layout have animatable changes by default', function(done) {
643643
var data = [{y: [1, 2, 1]}];
644644
var layout = {
645645
transition: {duration: 10},
@@ -799,7 +799,7 @@ describe('Plotly.react transitions:', function() {
799799
.then(done);
800800
});
801801

802-
it('should transition layout when one or more axis auto-ranged value changed', function(done) {
802+
it('@flaky should transition layout when one or more axis auto-ranged value changed', function(done) {
803803
var data = [{y: [1, 2, 1]}];
804804
var layout = {transition: {duration: 10}};
805805

@@ -850,7 +850,7 @@ describe('Plotly.react transitions:', function() {
850850
.then(done);
851851
});
852852

853-
it('should not transition layout when axis auto-ranged value do not changed', function(done) {
853+
it('@flaky should not transition layout when axis auto-ranged value do not changed', function(done) {
854854
var data = [{y: [1, 2, 1]}];
855855
var layout = {transition: {duration: 10}};
856856

0 commit comments

Comments
 (0)