Skip to content

Commit

Permalink
test/reorg: skip reorg test
Browse files Browse the repository at this point in the history
  • Loading branch information
colibrishin committed Nov 18, 2022
1 parent e742716 commit 0571cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libplanet.Net.Tests/SwarmTest.Preload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ public async Task GetDemandBlockHashes()
Assert.Equal(expectedBlocks, demands);
}

[Fact(Timeout = Timeout)]
[Fact(Timeout = Timeout, Skip = "No Reorganization in PBFT")]
public async Task PreloadAfterReorg()
{
var minerKey = new PrivateKey();
Expand Down

0 comments on commit 0571cc3

Please sign in to comment.