Skip to content
Snippets Groups Projects
Unverified Commit 5935584c authored by Diogo Mendes's avatar Diogo Mendes Committed by GitHub
Browse files

Skiping flake Permission test (#21955)

* Quarantine test

* Setting CI to burn tests

* Increase timeout

* Reverting stress test

* Adding the whys to skip test
parent d8cf20c6
Branches
Tags
No related merge requests found
......@@ -100,7 +100,9 @@ describeEE("scenarios > admin > permissions > application", () => {
cy.signInAsNormalUser();
});
it("allows accessing tools, audit, and troubleshooting for non-admins", () => {
// Adding this test to quarantine. When it was failing was making all the subsequents to fail.
// More details can be found on the Thread https://metaboat.slack.com/archives/CKZEMT1MJ/p1649272824618149
it.skip("allows accessing tools, audit, and troubleshooting for non-admins", () => {
cy.visit("/");
cy.icon("gear").click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment