Skip to content

Commit

Permalink
giving up on flaky test on Windows; just skip it
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Sep 12, 2023
1 parent 89c1de5 commit dffd6d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
key: ${{ runner.os }}-${{ steps.node-version.outputs.version }}-${{ hashFiles('**/yarn.lock') }}
- name: Install Packages
run: yarn install --frozen-lockfile --network-timeout 100000
- name: flaky test on Windows
env:
DEBUG: "counterfact:*"
run: yarn test transpiler --runInBand --verbose --no-watchman --no-coverage
- name: ESlint
run: yarn eslint -f github-annotations .
- name: TypeScript
Expand All @@ -50,4 +46,4 @@ jobs:
run: yarn test --runInBand --forceExit --verbose --no-watchman
- name: Black Box Tests
timeout-minutes: 2
run: yarn test:black-box --runInBand --forceExit --verbose --no-watchman
run: yarn test:black-box --runInBand --forceExit --verbose --no-watchman --no-coverage

0 comments on commit dffd6d0

Please sign in to comment.