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 3, 2023
1 parent d054dff commit 921b32f
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 921b32f

Please sign in to comment.