diff --git a/e2e/various-suite/mysql.spec.ts b/e2e/various-suite/mysql.spec.ts index 99746b008ca..e35f5c6fd1c 100644 --- a/e2e/various-suite/mysql.spec.ts +++ b/e2e/various-suite/mysql.spec.ts @@ -34,7 +34,7 @@ describe('MySQL datasource', () => { cy.wait('@datasets'); }); - it('code editor autocomplete should handle table name escaping/quoting', () => { + it.skip('code editor autocomplete should handle table name escaping/quoting', () => { e2e.components.RadioButton.container().filter(':contains("Code")').click(); cy.get('textarea').type('S{downArrow}{enter}');