Skip to content

Commit

Permalink
remove stray only test
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Oct 9, 2024
1 parent 8416bc4 commit abcd13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e/manager-fastify-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ test('retrieving audio file', async (t) => {
clock.tick(100_000)
})

test('retrieving style.json using stable url', { only: true }, async (t) => {
test('retrieving style.json using stable url', async (t) => {
const clock = FakeTimers.install({ shouldAdvanceTime: true })
t.after(() => clock.uninstall())

Expand Down

0 comments on commit abcd13e

Please sign in to comment.