Skip to content

Commit 11bc625

Browse files
committed
add @flaky to 'hover effects for titles that used to be blank' test
1 parent 245b38f commit 11bc625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/titles_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ describe('Editable titles', function() {
11411141
.then(done);
11421142
});
11431143

1144-
it('has no hover effects for titles that used to be blank', function(done) {
1144+
it('@flaky has no hover effects for titles that used to be blank', function(done) {
11451145
Plotly.plot(gd, data, {
11461146
xaxis: {title: {text: ''}},
11471147
yaxis: {title: {text: ''}},

0 commit comments

Comments
 (0)