Skip to content

Commit 3af577a

Browse files
committed
facepalm
1 parent 7297237 commit 3af577a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/celery/test_celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def dummy_task(self):
398398

399399

400400
@pytest.mark.forked
401-
@pytest.skip("Failing test on a discontined branch")
401+
@pytest.mark.skip("Failing test on a discontined branch")
402402
@pytest.mark.parametrize("newrelic_order", ["sentry_first", "sentry_last"])
403403
def test_newrelic_interference(init_celery, newrelic_order, celery_invocation):
404404
def instrument_newrelic():

0 commit comments

Comments
 (0)