Skip to content

Commit

Permalink
Add failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Nov 2, 2023
1 parent 20b8205 commit 420cfa3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opentelemetry-sdk/tests/trace/test_globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ def test_tracer_provider_override_warning(self):
],
)
self.assertIs(tracer_provider, trace.get_tracer_provider())

def test_fail(self):
assert False

0 comments on commit 420cfa3

Please sign in to comment.