Skip to content

Commit

Permalink
test: remove last quarantined test (#8922)
Browse files Browse the repository at this point in the history
And the quarantine workflow along with. We've decided as a company that future flaky tests will be skipped rather than quarantined until they're fixed.

Last test run as part of the quarantine suite is being removed as part of #8862, and is not needed even before that PR lands.
  • Loading branch information
wes-turner committed Mar 6, 2024
1 parent 68017dd commit 4d538ae
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1583,18 +1583,6 @@ jobs:
- store_artifacts:
path: webui/react/coverage

test-unit-react-quarantined:
docker:
- image: cimg/node:20.9.0
environment:
CI: "true"
steps:
- checkout-with-sm
- skip-if-docs-only
- skip-if-github-only
- react-get-deps
- run: make -C webui/react test-ci-flaky

test-intg-downstream:
docker:
- image: cimg/node:20.9.0
Expand Down Expand Up @@ -3142,12 +3130,6 @@ workflows:
mark: ["det_deploy_local"]
det-version: [$CIRCLE_SHA1]

test-e2e-quarantined:
jobs:
- build-react:
dev-mode: true
- test-unit-react-quarantined

test-e2e-longrunning:
jobs:
# Build and publish artifacts used in tests
Expand Down

0 comments on commit 4d538ae

Please sign in to comment.