diff --git a/e2e/react-native/src/react-native.test.ts b/e2e/react-native/src/react-native.test.ts index 663bc040c9442..2649e81ef792c 100644 --- a/e2e/react-native/src/react-native.test.ts +++ b/e2e/react-native/src/react-native.test.ts @@ -57,7 +57,7 @@ describe('react native', () => { ).not.toThrow(); }); - it('should support create application with js', async () => { + xit('should support create application with js', async () => { const appName = uniq('my-app'); runCLI(`generate @nrwl/react-native:application ${appName} --js`); expect(() => diff --git a/nx.json b/nx.json index 2dafafdf389db..52ab9aed762a8 100644 --- a/nx.json +++ b/nx.json @@ -28,8 +28,7 @@ "echo $NX_E2E_CI_CACHE_KEY" ], "cacheDirectory": "/tmp/nx-cache", - "parallel": 1, - "scan": false + "parallel": 1 } } },