Skip to content

Commit

Permalink
chore: Disable a flaky test (#1757)
Browse files Browse the repository at this point in the history
For #1752
  • Loading branch information
godexsoft authored Nov 26, 2024
1 parent b5da619 commit 385d99c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/etlng/GrpcSourceTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,11 @@ TEST_F(GrpcSourceNgLoadInitialLedgerTests, ObserverCalledCorrectly)
EXPECT_EQ(data, std::vector<std::string>(4, keyStr));
}

// TODO(godexsoft): Enable after fixing in #1752
TEST_F(GrpcSourceNgLoadInitialLedgerTests, DataTransferredAndObserverCalledCorrectly)
{
GTEST_SKIP() << "Skipping flaky test. Will be fixed in #1752.";

auto const totalKeys = 256uz;
auto const totalPerMarker = totalKeys / numMarkers_;
auto const batchSize = totalPerMarker / 4uz;
Expand Down

0 comments on commit 385d99c

Please sign in to comment.