Skip to content

Commit

Permalink
chore: ensure tests requiring netlify account are skipped (#6487)
Browse files Browse the repository at this point in the history
Co-authored-by: Lewis Thorley <[email protected]>
  • Loading branch information
lemusthelroy and lemusthelroy authored Apr 9, 2024
1 parent 9b30807 commit 5f561c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/commands/dev/serve.test.ts
Original file line number Diff line number Diff line change
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

1 comment on commit 5f561c6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,313
  • Package size: 294 MB
  • Number of ts-expect-error directives: 1,008

Please sign in to comment.