E2E: Skip flaky mysql test (#81388)

pull/79746/head^2
Zoltán Bedi 1 year ago committed by GitHub
parent 6a61c3da2e
commit 61934588c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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}');

Loading…
Cancel
Save