mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
E2E: Skip flaky mysql test (#81388)
This commit is contained in:
parent
6a61c3da2e
commit
61934588c5
@ -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…
Reference in New Issue
Block a user