Skip to content

Commit

Permalink
remove accidental solo
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Nov 8, 2023
1 parent e50272d commit 64861a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/media-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test('lifecycle', async (t) => {
}
})

test('getMediaAddress()', { solo: true }, async (t) => {
test('getMediaAddress()', async (t) => {
const clock = FakeTimers.install({ shouldAdvanceTime: true })

t.teardown(() => clock.uninstall())
Expand Down

0 comments on commit 64861a3

Please sign in to comment.