Skip to content

Commit e3e7789

Browse files
authored
fix(tests): skip logs event test for errors-only (#3915)
1 parent 85365f1 commit e3e7789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_integration-test/test_01_basics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ def placeholder_fn():
408408
)
409409

410410

411+
@pytest.mark.skipif(os.environ.get("COMPOSE_PROFILES") != "feature-complete", reason="Only run if feature-complete")
411412
def test_receive_logs_events(client_login):
412413
client, _ = client_login
413414
sentry_sdk.init(

0 commit comments

Comments
 (0)