E2E: Skip flaky mysql test (#81388)

This commit is contained in:
Zoltán Bedi
2024-01-29 08:22:07 +01:00
committed by GitHub
parent 6a61c3da2e
commit 61934588c5

View File

@@ -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}');