diff --git a/.gitlab/client.gitlab-ci.yml b/.gitlab/client.gitlab-ci.yml index 61809ae3c02a4626ff0312db0df7849064382ac6..041c1c54738ae772f87786b25391dc412e845a1a 100644 --- a/.gitlab/client.gitlab-ci.yml +++ b/.gitlab/client.gitlab-ci.yml @@ -27,6 +27,7 @@ client:linting: image: node:10 stage: test needs: ["client:setup"] + allow_failure: true only: refs: - dev diff --git a/client/src/App.test.tsx b/client/src/App.test.tsx index ed597d4ac294c1488f957bdc78bb925efc2030c8..b9efc05e7e15aadbc6931c5647d37f812269f677 100644 --- a/client/src/App.test.tsx +++ b/client/src/App.test.tsx @@ -4,6 +4,6 @@ import App from './App' test('renders learn react link', () => { render(<App />) - //const linkElement = screen.getByText(/learn react/i) - //expect(linkElement).toBeInTheDocument() + // const linkElement = screen.getByText(/learn react/i) + // expect(linkElement).toBeInTheDocument() })