chore: turn off publishing of the images on PR trigger #165
GitHub Actions / JUnit Test Report
failed
Oct 10, 2024 in 0s
135 tests run, 97 passed, 36 skipped, 2 failed.
Annotations
Check failure on line 355 in ts
github-actions / JUnit Test Report
ts.Verification of pod creation workflow @smoke › Pruning pods
pod-smoke.spec.ts:319:5 Pruning pods
Raw output
[chromium] › tests\playwright\src\specs\pod-smoke.spec.ts:319:5 › Verification of pod creation workflow @smoke › Pruning pods
Error: expect(received).toBeFalsy()
Received: true
Call Log:
- Timeout 15000ms exceeded while waiting on the predicate
353 | await playExpect(podsPage.heading).toBeVisible();
354 | await podsPage.prunePods();
> 355 | await playExpect.poll(async () => await podsPage.podExists(pod), { timeout: 15_000 }).toBeFalsy();
| ^
356 | }
357 | });
358 | });
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\pod-smoke.spec.ts:355:9
Check failure on line 161 in ts
github-actions / JUnit Test Report
ts.Volume workflow verification @smoke › Create volumes from bootc-image-builder
volume-smoke.spec.ts:101:3 Create volumes from bootc-image-builder
Raw output
[chromium] › tests\playwright\src\specs\volume-smoke.spec.ts:101:3 › Volume workflow verification @smoke › Create volumes from bootc-image-builder
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 4
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
159 | volumesPage = await navigationBar.openVolumes();
160 | volumesPage = await volumesPage.pruneVolumes();
> 161 | await playExpect
| ^
162 | .poll(async () => (await volumesPage.getRowsFromTableByStatus(VolumeState.Unused)).length, { timeout: 10_000 })
163 | .toBe(0);
164 | const finalVolumes = await volumesPage.countVolumesFromTable();
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\volume-smoke.spec.ts:161:5
Loading