Skip to content

Commit

Permalink
test(e2e): disable first test
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Aug 2, 2024
1 parent be01a48 commit 5eadf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/10-queue/01-launch-game.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let gameNo: number

const test = mergeTests(authUsers, simulateGameServer)

test('launch game', async ({ steamIds, pages, page, gameServer }) => {
test.skip('launch game', async ({ steamIds, pages, page, gameServer }) => {
// no players are in the queue
await expect(page.getByRole('heading', { name: /^Players:/ })).toHaveText('Players: 0/12')

Expand Down

0 comments on commit 5eadf60

Please sign in to comment.