Skip to content

Commit ad3712a

Browse files
committed
fix: skip in safari
1 parent 5619802 commit ad3712a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/suites/tenant/queryEditor/queryEditor.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ test.describe('Test Query Editor', async () => {
145145

146146
test('Streaming query shows some results and banner when stop button is clicked', async ({
147147
page,
148+
browserName,
148149
}) => {
150+
test.skip(browserName === 'webkit', 'This test is skipped in Safari');
149151
const queryEditor = new QueryEditor(page);
150152
await toggleExperiment(page, 'on', 'Query Streaming');
151153

0 commit comments

Comments
 (0)