Skip to content

Commit

Permalink
Revert "test(eap): re-enable attribute tests (#6319)"
Browse files Browse the repository at this point in the history
This reverts commit c238531.

Co-authored-by: colin-sentry <161344340+colin-sentry@users.noreply.github.com>
  • Loading branch information
getsentry-bot and colin-sentry committed Sep 18, 2024
1 parent 5bdae7f commit 0b77dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/web/rpc/test_trace_item_attribute_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def setup_teardown(clickhouse_db: None, redis_db: None) -> None:
write_raw_unprocessed_events(spans_storage, messages) # type: ignore


@pytest.mark.skip(reason="temporarily disabled to allow a migration to run")
@pytest.mark.clickhouse_db
@pytest.mark.redis_db
class TestTraceItemAttributes(BaseApiTest):
Expand Down
1 change: 1 addition & 0 deletions tests/web/rpc/test_trace_item_attribute_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def setup_teardown(clickhouse_db: None, redis_db: None) -> None:
write_raw_unprocessed_events(spans_storage, messages) # type: ignore


@pytest.mark.skip(reason="temporarily disabled to allow a migration to run")
@pytest.mark.clickhouse_db
@pytest.mark.redis_db
class TestTraceItemAttributes(BaseApiTest):
Expand Down

0 comments on commit 0b77dbd

Please sign in to comment.