Skip to content

Commit

Permalink
Don't skip this test as its perfectly valid and passes, the reference…
Browse files Browse the repository at this point in the history
…d issue isn't relevent to this test
  • Loading branch information
dagardner-nv committed Aug 2, 2023
1 parent 9b47924 commit ef06972
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/mrc/tests/test_pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ TEST_F(TestPipeline, DuplicateSegments)

TEST_F(TestPipeline, TwoSegment)
{
GTEST_SKIP() << "#185";

std::atomic<int> next_count = 0;
std::atomic<int> complete_count = 0;

Expand Down

0 comments on commit ef06972

Please sign in to comment.