Skip to content

Commit

Permalink
chore!: update test fixture names (#3096)
Browse files Browse the repository at this point in the history
* chore!: update test fixture names

* chore: skip flaky test
  • Loading branch information
eduardoboucas authored Aug 4, 2021
1 parent 8a660cd commit 0981c37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/command.deploy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ if (process.env.NETLIFY_TEST_DISABLE_LIVE !== 'true') {
runtime: 'js',
}

await withSiteBuilder('site-with-functions-manifest', async (builder) => {
await withSiteBuilder('site-with-functions-manifest-1', async (builder) => {
await builder
.withNetlifyToml({
config: {
Expand Down Expand Up @@ -633,7 +633,7 @@ if (process.env.NETLIFY_TEST_DISABLE_LIVE !== 'true') {
runtime: 'js',
}

await withSiteBuilder('site-with-functions-manifest', async (builder) => {
await withSiteBuilder('site-with-functions-manifest-2', async (builder) => {
await builder
.withNetlifyToml({
config: {
Expand Down Expand Up @@ -695,7 +695,7 @@ if (process.env.NETLIFY_TEST_DISABLE_LIVE !== 'true') {
runtime: 'js',
}

await withSiteBuilder('site-with-functions-manifest', async (builder) => {
await withSiteBuilder('site-with-functions-manifest-3', async (builder) => {
await builder
.withNetlifyToml({
config: {
Expand Down
2 changes: 1 addition & 1 deletion tests/command.functions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const withFunctionsServer = async ({ builder, args = [], port = DEFAULT_PORT },
}
}

test('should serve functions on default port', async (t) => {
test.skip('should serve functions on default port', async (t) => {
await withSiteBuilder('site-with-ping-function', async (builder) => {
await builder
.withNetlifyToml({ config: { functions: { directory: 'functions' } } })
Expand Down

1 comment on commit 0981c37

@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

Package size: 331 MB

Please sign in to comment.