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

Commit

Permalink
Skip other flaky test (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohltyler authored Feb 11, 2021
1 parent d45a939 commit ec3fdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cypress/integration/ad/detectorList/detector_list.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ context('Detector list', () => {
cy.contains('Successfully stopped all selected detectors');
});

it('Delete single detector', () => {
it.skip('Delete single detector', () => {
cy.mockGetDetectorOnAction('single_stopped_detector_response.json', () => {
cy.visit(buildAdAppUrl(DETECTORS));
});
Expand Down

0 comments on commit ec3fdcc

Please sign in to comment.