Skip to content

Commit

Permalink
remove native sdk logging assert temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Nov 14, 2024
1 parent ff4af00 commit 799fffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dotnet_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_dotnet_signals_inproc(cmake):

# the program will fail with a SIGSEGV, that has been processed by the Native SDK which produced a crash envelope
assert dotnet_run.returncode != 0
assert "crash has been captured" in dotnet_run_stderr
# assert "crash has been captured" in dotnet_run_stderr
assert (database_path / "last_crash").exists()
assert_run_dir_with_envelope(database_path)
finally:
Expand Down

0 comments on commit 799fffa

Please sign in to comment.