Skip to content

Commit

Permalink
test(build): remove test focus
Browse files Browse the repository at this point in the history
  • Loading branch information
ndhoule committed Oct 22, 2024
1 parent d07e0d5 commit 42ae157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build/tests/install/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ test('Install local plugin dependencies: missing plugin in netlify.toml', async
t.snapshot(normalizeOutput(output))
})

test.only('In integration dev mode, install local plugins and install the integration when forcing build', async (t) => {
test('In integration dev mode, install local plugins and install the integration when forcing build', async (t) => {
const output = await new Fixture('./fixtures/local_missing_integration').withFlags({ context: 'dev' }).runWithBuild()

t.snapshot(normalizeOutput(output))
Expand Down

0 comments on commit 42ae157

Please sign in to comment.