Skip to content

Commit

Permalink
skip invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 3, 2023
1 parent c5c3a06 commit c220e02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jest.mock('next/dist/lib/get-project-dir', () => ({ getProjectDir: () => '' }))

jest.mock('http')

describe('start', () => {
// this test is unreliable as nextStart is not synchronous and the
// server could be created at any point
describe.skip('start', () => {
test('--keepAliveTimeout changes server.keepAliveTimeout when passed', () => {
const server = {
on: () => {},
Expand Down

0 comments on commit c220e02

Please sign in to comment.