mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Test: Skip loki-editor spec test for being flaky (#99145)
test: skip loki-editor spec test This is a flaky test. Examples: * Failure: https://drone.grafana.net/grafana/grafana/217717/6/21 * Successful: https://drone.grafana.net/grafana/grafana/217748/6/21 * Failure: https://drone.grafana.net/grafana/grafana/217795/6/21 * Successful: https://drone.grafana.net/grafana/grafana/217796/6/21 * Failure: https://drone.grafana.net/grafana/grafana/217826/6/21 * Failure: https://drone.grafana.net/grafana/grafana/217834/6/21
This commit is contained in:
parent
c5f14407cc
commit
f9cc08a42d
@ -22,7 +22,8 @@ describe('Loki Query Editor', () => {
|
||||
e2e.flows.revertAllChanges();
|
||||
});
|
||||
|
||||
it('Autocomplete features should work as expected.', () => {
|
||||
it('Autocomplete features should work as expected.', function () {
|
||||
this.skip(); // Test disabled due to being flaky
|
||||
addDataSource();
|
||||
|
||||
cy.intercept(/labels?/, (req) => {
|
||||
|
Loading…
Reference in New Issue
Block a user