Skip to content

Commit 4074f07

Browse files
authored
test(build): remove test focus (#5895)
1 parent d07e0d5 commit 4074f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/tests/install/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ test('Install local plugin dependencies: missing plugin in netlify.toml', async
153153
t.snapshot(normalizeOutput(output))
154154
})
155155

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

159159
t.snapshot(normalizeOutput(output))

0 commit comments

Comments
 (0)