Skip to content

Commit

Permalink
skip last 2 for #2311
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Jul 19, 2024
1 parent 1fe9626 commit be6970f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/lightning_web/live/workflow_live/user_presences_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ defmodule LightningWeb.WorkflowLive.UserPresencesTest do
end
end

@tag skip: "Flaky, to be fixed in #2311"
describe "When workflow has many visitors, presences is detected and edit is disabled" do
@tag skip: "Flaky, to be fixed in #2311"
test "in canvas", %{conn: conn} do
amy =
insert(:user,
Expand Down Expand Up @@ -297,6 +297,7 @@ defmodule LightningWeb.WorkflowLive.UserPresencesTest do
)
end

@tag skip: "Flaky, to be fixed in #2311"
test "in inspector", %{conn: conn} do
amy =
insert(:user,
Expand Down Expand Up @@ -477,8 +478,8 @@ defmodule LightningWeb.WorkflowLive.UserPresencesTest do
end
end

@tag skip: "Flaky, to be fixed in #2311"
describe "When workflow has many visits from same user, multiple sessions are detected and edit is disabled" do
@tag skip: "Flaky, to be fixed in #2311"
test "in canvas", %{conn: conn} do
amy =
insert(:user,
Expand Down Expand Up @@ -530,6 +531,7 @@ defmodule LightningWeb.WorkflowLive.UserPresencesTest do
)
end

@tag skip: "Flaky, to be fixed in #2311"
test "in inspector", %{conn: conn} do
amy =
insert(:user,
Expand Down

0 comments on commit be6970f

Please sign in to comment.