Skip to content

Commit d45a939

Browse files
authored
Skip flaky cypress test (#377)
1 parent d401c90 commit d45a939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cypress/integration/ad/workflow/create_detector.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { CREATE_AD } from '../../../utils/constants';
1616
import { buildAdAppUrl } from '../../../utils/helpers';
1717

1818
context('Create detector', () => {
19-
it('Create detector - from dashboard', () => {
19+
it.skip('Create detector - from dashboard', () => {
2020
cy.mockSearchIndexOnAction('search_index_response.json', () => {
2121
cy.visit(buildAdAppUrl(CREATE_AD));
2222
});

0 commit comments

Comments
 (0)