Skip to content

Commit 70bfd50

Browse files
committed
add one more flaky tag in transition_test.js
1 parent 53b3add commit 70bfd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/transition_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ describe('Plotly.react transitions:', function() {
11891189
.then(done);
11901190
});
11911191

1192-
it('should update ranges of date and category axes', function(done) {
1192+
it('@flaky should update ranges of date and category axes', function(done) {
11931193
Plotly.plot(gd, [
11941194
{x: ['2018-01-01', '2019-01-01', '2020-01-01'], y: [1, 2, 3]},
11951195
{x: ['a', 'b', 'c'], y: [1, 2, 3], xaxis: 'x2', yaxis: 'y2'}

0 commit comments

Comments
 (0)