Skip to content

Commit

Permalink
ci(e2e): remove teardown for CI until further notice
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Oct 11, 2023
1 parent 533a9d4 commit dd3f27c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ dotenv.config();

export default defineConfig({
globalSetup: require.resolve('./setup/global-setup'),
globalTeardown: require.resolve('./setup/global-teardown'),
// Github CI will hang on globalTeardown for unknown reasons:
// https://github.com/microsoft/playwright/issues/24071
// https://github.com/microsoft/playwright/issues/24159
// https://github.com/microsoft/playwright/issues/27048
// globalTeardown: require.resolve('./setup/global-teardown'),
testDir: 'specs/',
outputDir: 'specs/.test-results',
/* Run tests in files in parallel.
Expand Down

0 comments on commit dd3f27c

Please sign in to comment.