Skip to content

Commit

Permalink
chore: test debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 11, 2023
1 parent 7882ce7 commit 3efa804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
needs: linux-unit-tests
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
e2e:
needs: linux-unit-tests
# needs: linux-unit-tests
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"posttest": "yarn lint",
"prepack": "yarn run build",
"pretest": "yarn build --noEmit && tsc -p test --noEmit --skipLibCheck",
"test:e2e": "mocha --forbid-only \"test/**/*.e2e.ts\" --parallel --timeout 1200000",
"test:e2e": "cross-env DEBUG=e2e:* mocha --forbid-only \"test/**/*.e2e.ts\" --parallel --timeout 1200000",
"test:esm-cjs": "cross-env DEBUG=e2e:* ts-node test/integration/esm-cjs.ts",
"test:perf": "ts-node test/perf/parser.perf.ts",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
Expand Down
2 changes: 1 addition & 1 deletion test/integration/plugins.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {Executor, Result, setup} from './util'

chaiConfig.truncateThreshold = 0

describe('oclif plugins', () => {
describe.skip('oclif plugins', () => {
let executor: Executor
before(async () => {
executor = await setup(__filename, {
Expand Down

0 comments on commit 3efa804

Please sign in to comment.