@@ -22,7 +22,8 @@ test.describe('Diagnostics Access tab', async () => {
22
22
await expect ( diagnostics . isOwnerCardVisible ( ) ) . resolves . toBe ( true ) ;
23
23
} ) ;
24
24
25
- test ( 'Can change owner on access tab' , async ( { page} ) => {
25
+ // TODO: https://github.com/ydb-platform/ydb-embedded-ui/issues/2437
26
+ test . skip ( 'Can change owner on access tab' , async ( { page} ) => {
26
27
const pageQueryParams = {
27
28
schema : '/local/.sys_health' ,
28
29
database : '/local' ,
@@ -47,7 +48,8 @@ test.describe('Diagnostics Access tab', async () => {
47
48
expect ( updatedOwnerName ) . not . toBe ( initialOwnerName ) ;
48
49
} ) ;
49
50
50
- test ( 'Owner card is visible after navigating to access tab' , async ( { page} ) => {
51
+ // TODO: https://github.com/ydb-platform/ydb-embedded-ui/issues/2437
52
+ test . skip ( 'Owner card is visible after navigating to access tab' , async ( { page} ) => {
51
53
const pageQueryParams = {
52
54
schema : '/dev02/home/xenoxeno/db1/my_row_table' ,
53
55
database : '/dev02/home/xenoxeno/db1' ,
@@ -84,7 +86,7 @@ test.describe('Diagnostics Access tab', async () => {
84
86
await expect ( diagnostics . isGrantAccessDrawerVisible ( ) ) . resolves . toBe ( true ) ;
85
87
} ) ;
86
88
87
- test . only ( 'Can grant full access to a new subject' , async ( { page} ) => {
89
+ test ( 'Can grant full access to a new subject' , async ( { page} ) => {
88
90
const pageQueryParams = {
89
91
schema : '/local/.sys_health' ,
90
92
database : '/local' ,
0 commit comments