Skip to content

Commit

Permalink
Remove flaky marker from Prefect Cloud profile test (PrefectHQ#11888)
Browse files Browse the repository at this point in the history
  • Loading branch information
serinamarie authored Feb 6, 2024
1 parent 062b7ef commit 3a6a76a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cli/test_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ def test_login_with_interactive_key_multiple_workspaces(respx_mock):


@pytest.mark.usefixtures("interactive_console")
@pytest.mark.flaky(max_runs=2)
def test_login_with_browser_single_workspace(respx_mock, mock_webbrowser):
foo_workspace = gen_test_workspace(account_handle="test", workspace_handle="foo")

Expand Down

0 comments on commit 3a6a76a

Please sign in to comment.