From b8fec209a93ccf328227303fbcbe65d902a4041e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Wed, 2 Dec 2020 15:16:57 +0100 Subject: [PATCH] Chore: skip flaky tests (#29537) --- e2e/suite1/specs/variables/textbox-variables.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/suite1/specs/variables/textbox-variables.ts b/e2e/suite1/specs/variables/textbox-variables.ts index f85c5809d88..185aadcb275 100644 --- a/e2e/suite1/specs/variables/textbox-variables.ts +++ b/e2e/suite1/specs/variables/textbox-variables.ts @@ -36,7 +36,7 @@ describe('TextBox - load options scenarios', function() { }); }); -describe('TextBox - change query scenarios', function() { +describe.skip('TextBox - change query scenarios', function() { it('when changing the query value and not saving current as default should revert query value', function() { copyExistingDashboard(); @@ -94,7 +94,7 @@ describe('TextBox - change query scenarios', function() { }); }); -describe('TextBox - change picker value scenarios', function() { +describe.skip('TextBox - change picker value scenarios', function() { it('when changing the input value and not saving current as default should revert query value', function() { copyExistingDashboard();