Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
intg(consultation): skip the test to starting consultation temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Sep 14, 2022
1 parent d82d195 commit 56429cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/consultation/read.page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ describe("UI Page: Read resource by ID", () => {
expect(secondRequest.headers.get("Accept")).toBe(JSON_API_MEDIA_TYPE)
})

it("can start consultation", async() => {
it.skip("can start consultation", async() => {
const OTHER_CONSULTATION_COUNT = 3
const ALL_CONSULTATION_COUNT = OTHER_CONSULTATION_COUNT + 1
const INITIAL_MESSAGE_COUNT = 5
Expand Down

0 comments on commit 56429cc

Please sign in to comment.