skipping the revocation tests (#25195)
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
dd7ff34917
commit
135a5c9b0d
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ describe("Sessions test", () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe("revocation", () => {
|
||||
//TODO seems these tests are not stable on CI
|
||||
describe.skip("revocation", () => {
|
||||
it("Clear revocation notBefore", () => {
|
||||
sessionsPage.clearNotBefore();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue