Skip to content
Snippets Groups Projects
Unverified Commit b557b69c authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Skip subscriptions audit tests (#18038)

parent 92f7549b
No related branches found
No related tags found
No related merge requests found
......@@ -107,9 +107,9 @@ describeWithToken("audit > auditing > subscriptions", () => {
});
});
it("allows to delete subscriptions", testRemovingAuditItem);
it.skip("allows to delete subscriptions", testRemovingAuditItem);
it("allows to edit recipients", () => {
it.skip("allows to edit recipients", () => {
testEditingRecipients({
editModalHeader: "Subscription recipients",
});
......@@ -156,9 +156,9 @@ describeWithToken("audit > auditing > subscriptions", () => {
});
});
it("allows to delete alerts", testRemovingAuditItem);
it.skip("allows to delete alerts", testRemovingAuditItem);
it("allows to edit recipients", () => {
it.skip("allows to edit recipients", () => {
testEditingRecipients({
editModalHeader: "Test Question alert recipients",
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment