Skip to content

Commit

Permalink
Test enabling e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
saul-jb committed Mar 25, 2024
1 parent 2cf6a4c commit 8c2107a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"private": true,
"workspaces": [
"packages/!(fuse|e2e-tests)"
"packages/!(fuse)"
]
}
2 changes: 1 addition & 1 deletion packages/e2e-tests/test/fuse.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const node = 'fuse'
const testDataDir = Path.join(projectPath, 'packages/e2e-tests/test-data')
const fuseDir = Path.join(projectPath, 'packages/e2e-tests/fuse')

describe('fuse', () => {
describe.skip('fuse', () => {
let daemonProc: Awaited<ReturnType<typeof runNode>>
let fuseProc: Awaited<ReturnType<typeof runFuse>>
let group: string
Expand Down

0 comments on commit 8c2107a

Please sign in to comment.