Skip to content
Snippets Groups Projects
Unverified Commit bc30e18d authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Skip JoinStep tests (#18929)

parent 80e76d6e
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,11 @@ import {
} from "__support__/sample_dataset_fixture";
import JoinStep from "./JoinStep";
// Workaround for timeouts on CI
jest.setTimeout(15000);
describe("Notebook Editor > Join Step", () => {
// These tests appeared to be flaky, so they're disabled for now
// (timeouts on CI, with jest.setTimeout varying from 15 to 30 sec)
// Most likely it'll become more reliable once we update the Popover component
// which is heavily used in tests
describe.skip("Notebook Editor > Join Step", () => {
const TEST_QUERY = {
type: "query",
database: SAMPLE_DATASET.id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment