Skip to content

Commit

Permalink
Skip dead letter test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhars committed Apr 11, 2022
1 parent 7246847 commit bc314e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ def test_multistorage_strategy(
strategy.join()


@pytest.mark.skip(
reason="Writes to errors_v2 and transactions_v2 are no longer ignoring writes"
)
@patch("snuba.consumers.consumer.InsertBatchWriter.close")
@pytest.mark.parametrize(
"processes, input_block_size, output_block_size",
Expand Down

0 comments on commit bc314e4

Please sign in to comment.