Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions e2e-tests/playwright/e2e/plugins/quay/quay-actions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import { UI_HELPER_ELEMENTS } from "../../../support/page-objects/global-obj";
import { QuayClient } from "../../../utils/quay/quay-client";

test.describe("Test Quay Actions plugin", () => {
// TODO: https://issues.redhat.com/browse/RHDHBUGS-2149
// Re-enable after quay back from read-only: https://status.redhat.com/incidents/24r8xgknfd4z
test.fixme();

let common: Common;
let uiHelper: UIhelper;
let page: Page;
Expand Down
3 changes: 0 additions & 3 deletions e2e-tests/playwright/e2e/plugins/quay/quay.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ test.describe("Test Quay.io plugin", () => {
});

test("Check Security Scan details", async ({ page }) => {
// TODO: https://issues.redhat.com/browse/RHDHBUGS-2149
// Re-enable after quay back from read-only: https://status.redhat.com/incidents/24r8xgknfd4z
test.fixme();
const cell = await ImageRegistry.getScanCell(page);
await expect(cell).toBeVisible();
});
Expand Down
Loading