Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Skip flaky cypress test (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohltyler authored Feb 10, 2021
1 parent d401c90 commit d45a939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cypress/integration/ad/workflow/create_detector.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { CREATE_AD } from '../../../utils/constants';
import { buildAdAppUrl } from '../../../utils/helpers';

context('Create detector', () => {
it('Create detector - from dashboard', () => {
it.skip('Create detector - from dashboard', () => {
cy.mockSearchIndexOnAction('search_index_response.json', () => {
cy.visit(buildAdAppUrl(CREATE_AD));
});
Expand Down

0 comments on commit d45a939

Please sign in to comment.