Skip to content

Commit

Permalink
test: skip a flaky test [ET-233, ET-178] (#9324)
Browse files Browse the repository at this point in the history
  • Loading branch information
JComins000 authored May 7, 2024
1 parent 3b167c7 commit 1779060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/react/src/e2e/tests/userManagement.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ test.describe('User Management', () => {
await pageSetupTeardown.close();
});

test('[ET-233, ET-178] Bulk actions', async ({ page, user }, testInfo) => {
test.skip('[ET-233, ET-178] Bulk actions', async ({ page, user }, testInfo) => {
const userManagementPage = new UserManagement(page);

await test.step('Setup table filters', async () => {
Expand Down

0 comments on commit 1779060

Please sign in to comment.