Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahetter committed Apr 9, 2024
2 parents 7a78409 + 5f561c6 commit edfd7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/commands/dev/serve.test.ts
Expand Up @@ -11,7 +11,7 @@ setupFixtureTests('plugin-changing-publish-dir', { devServer: { serve: true } },
})
})

test('ntl serve should upload file-based blobs', async (t) => {
test.skipIf(process.env.NETLIFY_TEST_DISABLE_LIVE === 'true')('ntl serve should upload file-based blobs', async (t) => {
await withSiteBuilder(t, async (builder) => {
await builder
.withNetlifyToml({
Expand Down

0 comments on commit edfd7f2

Please sign in to comment.