Closed sentrivana closed 1 week ago
Tests completed | Failed | Passed | Skipped |
---|---|---|---|
19899 | 1594 | 18305 | 4412 |
tests.test_scope test_with_isolation_scope_data
Flake rate in main: 99.09% (Passed 2 times, Failed 218 times)
Stack Traces | 0.001s run time
> > ```python > tests/test_scope.py:387: in test_with_isolation_scope_data > assert scope._tags == {"before_isolation_scope": 1} > E AssertionError: assert {} == {'before_isolation_scope': 1} > E > E Right contains 1 more item: > E {'before_isolation_scope': 1} > E > E Full diff: > E + {} > E - { > E - 'before_isolation_scope': 1, > E - } > ```
To view more test analytics, go to the Test Analytics Dashboard Got feedback? Let us know on Github
@sl0thentr0py Removed parent_sampled
and updated the tests a bit more, please recheck
Closes https://github.com/getsentry/sentry-python/issues/3766