skip flaky duplicate group test (#33677)
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
2c9e279213
commit
f2615919ff
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ describe("Group test", () => {
|
|||
.assertNoSearchResultsMessageExist(true);
|
||||
});
|
||||
|
||||
it("Duplicate group", () => {
|
||||
it.skip("Duplicate group", () => {
|
||||
groupPage
|
||||
.duplicateGroupItem(groupNames[0], true)
|
||||
.assertNotificationGroupDuplicated();
|
||||
|
|
Loading…
Reference in a new issue