mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-01 00:55:51 +00:00
fix: Flaky test in ETLng (#2077)
Fixes a flaky test Fix: https://github.com/XRPLF/clio/issues/2075 --------- Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
This commit is contained in:
@@ -92,7 +92,7 @@ TEST_F(ExtractionModelNgTests, LedgerDataCopyableAndEquatable)
|
||||
}
|
||||
{
|
||||
auto third = second;
|
||||
third.header = createLedgerHeader(kLEDGER_HASH2, kSEQ, 2);
|
||||
third.header = createLedgerHeader(kLEDGER_HASH2, kSEQ, 100); // Using large age value to avoid flaky test
|
||||
EXPECT_NE(first, third);
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user