Skip to content

Commit

Permalink
test(eap): re-enable attribute tests (#6319)
Browse files Browse the repository at this point in the history
Partially reverts #6317
  • Loading branch information
colin-sentry committed Sep 18, 2024
1 parent 157bd8e commit c238531
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/web/rpc/test_trace_item_attribute_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ 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: 0 additions & 1 deletion tests/web/rpc/test_trace_item_attribute_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ 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 c238531

Please sign in to comment.