Chore: skip flaky tests (#29537)

This commit is contained in:
Hugo Häggmark 2020-12-02 15:16:57 +01:00 committed by GitHub
parent 974233bf81
commit b8fec209a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();