Skip to content

Commit 149e443

Browse files
siddhant1Siddhantclaude
authored
Chore(UI): Add test.slow() to CSVImportWithQuotesAndCommas spec to cover slow responses in 1.13 AUT runs (#27885)
The test consistently lands at the 60s test-timeout boundary on 1.13 AUT (image n56+) where the backend CSV-import flow takes ~50s end-to-end — matching the precedent set by #27782 for customProperties. test.slow() triples the timeout to 180s so transient AUT jitter no longer flakes the test. Co-authored-by: Siddhant <siddhant@MacBook-Pro-621.local> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3b28360 commit 149e443

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/CSVImportWithQuotesAndCommas.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ test.describe('CSV Import with Commas and Quotes - All Entity Types', () => {
5151
test('Create glossary with CSV, export it, create new glossary and import exported data', async ({
5252
page,
5353
}) => {
54+
test.slow();
55+
5456
const { apiContext } = await getApiContext(page);
5557
const sourceGlossary = new Glossary(`QuotesCommas-${uuid()}`);
5658
const targetGlossary = new Glossary(`QuotesCommas-Target-${uuid()}`);

0 commit comments

Comments
 (0)