Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update React from 6230622a1a-20240610 to 76002254-20240724 #68149

Merged
merged 7 commits into from
Jul 29, 2024

Update test/development/app-dir/dynamic-error-trace/index.test.ts

511954e
Select commit
Loading
Failed to load commit list.
Merged

Update React from 6230622a1a-20240610 to 76002254-20240724 #68149

Update test/development/app-dir/dynamic-error-trace/index.test.ts
511954e
Select commit
Loading
Failed to load commit list.
Azure Pipelines / azure next.js succeeded Jul 29, 2024 in 31m 59s

Build #20240729.11 had test failures

Details

Tests

  • Failed: 1 (0.40%)
  • Passed: 234 (94.35%)
  • Other: 13 (5.24%)
  • Total: 248

Annotations

Check failure on line 1 in create-next-app --example › should create with GitHub URL trailing slash

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create with GitHub URL trailing slash

Test failed
Raw output
  ● create-next-app --example › should create with GitHub URL trailing slash

    thrown: "Exceeded timeout of 180000 ms for a test.
    Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

      76 |   })
      77 |
    > 78 |   it('should create with GitHub URL trailing slash', async () => {
         |   ^
      79 |     await useTempDir(async (cwd) => {
      80 |       const projectName = 'github-url-trailing-slash'
      81 |       const res = await run(

      at it (integration/create-next-app/examples.test.ts:78:3)
      at Object.describe (integration/create-next-app/examples.test.ts:12:1)