Skip to content

Commit 4fff2f8

Browse files
committed
fix: skip broken tests
1 parent 52d7dd6 commit 4fff2f8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/suites/tenant/diagnostics/tabs/queries.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ test.describe('Diagnostics Queries tab', async () => {
9797
]);
9898
});
9999

100-
test('Query tab first row has values for all columns in Top mode', async ({page}) => {
100+
// TODO: https://github.com/ydb-platform/ydb-embedded-ui/issues/2459
101+
test.skip('Query tab first row has values for all columns in Top mode', async ({page}) => {
101102
const pageQueryParams = {
102103
schema: tenantName,
103104
database: tenantName,

tests/suites/tenant/diagnostics/tabs/topShards.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ test.describe('Diagnostics TopShards tab', async () => {
8989
}
9090
});
9191

92-
test('TopShards tab first row has values for all columns in History mode', async ({page}) => {
92+
// TODO: https://github.com/ydb-platform/ydb-embedded-ui/issues/2459
93+
test.skip('TopShards tab first row has values for all columns in History mode', async ({
94+
page,
95+
}) => {
9396
// Setup mock for TopShards tab in History mode
9497
await setupTopShardsHistoryMock(page);
9598

0 commit comments

Comments
 (0)