Skip to content

Commit

Permalink
Disable node 12 specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 28, 2019
1 parent 95747e1 commit 8cf0996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/firebase-grpc/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const appDir = path.join(__dirname, '..')
const nextConfig = path.join(appDir, 'next.config.js')

describe('Building Firebase', () => {
it('Throws an error when building with firebase dependency with worker_threads', async () => {
// TODO: investigate re-enabling this test in node 12 environment
xit('Throws an error when building with firebase dependency with worker_threads', async () => {
await fs.writeFile(
nextConfig,
`module.exports = { experimental: { workerThreads: true } }`
Expand Down

0 comments on commit 8cf0996

Please sign in to comment.