Skip to content

Commit

Permalink
remove env var for default crashtracking scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Nov 21, 2024
1 parent 7771a7d commit ffc2c89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/parametric/test_crashtracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
@scenarios.parametric
@features.crashtracking
class Test_Crashtracking:
@pytest.mark.parametrize("library_env", [{"DD_CRASHTRACKING_ENABLED": "true"}])
@missing_feature(context.library == "nodejs", reason="Only enabled for SSI by default")
def test_report_crash(self, test_agent, test_library):
test_library.crash()
Expand Down

0 comments on commit ffc2c89

Please sign in to comment.