Skip to content

Commit

Permalink
Update tests/integration/netlify-forms.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Piechowiak <[email protected]>
  • Loading branch information
orinokai and pieh authored Jun 27, 2024
1 parent faed5fa commit eee0e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/netlify-forms.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ beforeEach<FixtureTestContext>(async (ctx) => {
await startMockBlobStore(ctx)
})

it.skip<FixtureTestContext>('test', async (ctx) => {
// test skipped until we actually start failing builds - right now we are just showing a warning
it.skip<FixtureTestContext>('should fail build when netlify forms are used', async (ctx) => {
await createFixture('netlify-forms', ctx)

const runPluginPromise = runPlugin(ctx)
Expand Down

0 comments on commit eee0e83

Please sign in to comment.