Update hash-my-url.e2e.ts
parent
364e187080
commit
4ca5ca9fe2
|
@ -5,7 +5,8 @@ import { bookTimeSlot, selectFirstAvailableTimeSlotNextMonth } from "./lib/testU
|
|||
|
||||
test.describe.configure({ mode: "parallel" });
|
||||
|
||||
test.describe("hash my url", () => {
|
||||
// TODO: This test is very flaky. Feels like tossing a coin and hope that it won't fail. Needs to be revisited.
|
||||
test.fixme("hash my url", () => {
|
||||
test.beforeEach(async ({ users }) => {
|
||||
const user = await users.create();
|
||||
await user.login();
|
||||
|
|
Loading…
Reference in New Issue