Skip to content

Commit d21e055

Browse files
committed
fix: add comment
1 parent ad3712a commit d21e055

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
@@ -147,6 +147,8 @@ test.describe('Test Query Editor', async () => {
147147
page,
148148
browserName,
149149
}) => {
150+
// For some reason Safari handles large numbers list bad in Safari
151+
// Will be investigated here https://github.com/ydb-platform/ydb-embedded-ui/issues/1989
150152
test.skip(browserName === 'webkit', 'This test is skipped in Safari');
151153
const queryEditor = new QueryEditor(page);
152154
await toggleExperiment(page, 'on', 'Query Streaming');

0 commit comments

Comments
 (0)