Skip to content

chore: turn off publishing of the images on PR trigger #165

chore: turn off publishing of the images on PR trigger

chore: turn off publishing of the images on PR trigger #165

GitHub Actions / JUnit Test Report failed Oct 9, 2024 in 0s

135 tests run, 126 passed, 8 skipped, 1 failed.

Annotations

Check failure on line 115 in ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ts.Verification of kube context management @smoke › Can delete all contexts from Kubernetes Contexts page

kubernetes-context-smoke.spec.ts:97:3 Can delete all contexts from Kubernetes Contexts page
Raw output
[chromium] › tests\playwright\src\specs\kubernetes-context-smoke.spec.ts:97:3 › Verification of kube context management @smoke › Can delete all contexts from Kubernetes Contexts page 

    Error: expect(received).toBeTruthy()

    Received: false

    Call Log:
    - Timeout 10000ms exceeded while waiting on the predicate

      113 |     }
      114 |     // check that the page is empty
    > 115 |     await playExpect.poll(async () => await kubePage.pageIsEmpty(), { timeout: 10000 }).toBeTruthy();
          |     ^
      116 |   });
      117 | });
      118 |

        at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\kubernetes-context-smoke.spec.ts:115:5