Skip to content

Commit

Permalink
Add skip for flaky grpc server test (#8097)
Browse files Browse the repository at this point in the history
Summary:
Will see if I can dig into this and see why this is segfaulting
  • Loading branch information
gibsondan committed May 27, 2022
1 parent 67ca747 commit e9771fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ def test_lazy_load_with_error():
process.terminate()


@pytest.mark.skip(reason="Sporadically failing with segfault")
def test_lazy_load_via_env_var():
with environ({"DAGSTER_CLI_API_GRPC_LAZY_LOAD_USER_CODE": "1"}):
port = find_free_port()
Expand Down

0 comments on commit e9771fd

Please sign in to comment.