Skip to content

Commit

Permalink
chore: skip failing Deactivate and reactivate user test (#9723)
Browse files Browse the repository at this point in the history
  • Loading branch information
salonig23 authored Jul 26, 2024
1 parent 9efb216 commit f8067ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/react/src/e2e/tests/userManagement.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ test.describe('User Management', () => {
await user.validateUser(testUser);
});
});

test('Deactivate and Reactivate', async ({ page, user, auth, newAdmin }) => {
// DET-10439
test.skip('Deactivate and Reactivate', async ({ page, user, auth, newAdmin }) => {
const userManagementPage = new UserManagement(page);
const signInPage = new SignIn(page);
await test.step('Deactivate', async () => {
Expand Down

0 comments on commit f8067ba

Please sign in to comment.