Skip to content

Commit 172c716

Browse files
committed
test: remove .only
1 parent bdd8cb0 commit 172c716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/commands/deploy/deploy.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ describe.skipIf(process.env.NETLIFY_TEST_DISABLE_LIVE === 'true').concurrent('co
10361036
})
10371037

10381038
setupFixtureTests('next-app-without-config', () => {
1039-
test.only<FixtureTestContext>(
1039+
test<FixtureTestContext>(
10401040
'should run deploy with --build without any netlify specific configuration',
10411041
{
10421042
timeout: 300_000,

0 commit comments

Comments
 (0)