Prometheus: Bypass flaky E2E test (#86460)

bypass flaky test
This commit is contained in:
Brendan O'Handley 2024-04-17 13:53:22 -05:00 committed by GitHub
parent 55b2a4b0c0
commit 61c10ed155
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,9 @@ describe('Query editor', () => {
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));
});
it('Undo should work in query editor for prometheus -- test CI.', () => {
// x-ing to bypass this flaky test.
// Will rewrite in plugin-e2e with this issue
xit('Undo should work in query editor for prometheus -- test CI.', () => {
e2e.pages.Explore.visit();
e2e.components.DataSourcePicker.container().should('be.visible').click();