Skip to content

Commit 688b874

Browse files
committed
Mark flaky guys
1 parent 37e0548 commit 688b874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/gl2d_plot_interact_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ describe('@gl Test gl2d plots', function() {
518518
.then(done);
519519
});
520520

521-
it('supports 1D and 2D Zoom', function(done) {
521+
it('@flaky supports 1D and 2D Zoom', function(done) {
522522
var centerX;
523523
var centerY;
524524

@@ -651,7 +651,7 @@ describe('@gl Test gl2d plots', function() {
651651
done();
652652
});
653653

654-
it('data-referenced annotations should update on drag', function(done) {
654+
it('@flaky data-referenced annotations should update on drag', function(done) {
655655
function assertAnnotation(xy) {
656656
var ann = d3.select('g.annotation-text-g').select('g');
657657
var translate = Drawing.getTranslate(ann);

0 commit comments

Comments
 (0)