Skip to content

Commit

Permalink
label skipped suite with relevant issues
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jan 28, 2021
1 parent 9480e2f commit 1ab03d0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ function wrapQueryStringInputInContext(testProps: any, storage?: any) {
);
}

// FAILING: https://github.com/elastic/kibana/issues/85715
// FAILING: https://github.com/elastic/kibana/issues/89603
// FAILING: https://github.com/elastic/kibana/issues/89641
describe.skip('QueryStringInput', () => {
beforeEach(() => {
jest.clearAllMocks();
Expand Down

0 comments on commit 1ab03d0

Please sign in to comment.