Skip to content

Commit

Permalink
Move flaky tests from the "nil" group.
Browse files Browse the repository at this point in the history
Let's hope that they will execute fine
with lower parallelism.
  • Loading branch information
avm committed Jan 31, 2025
1 parent 73a21cd commit fcaf809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
});

# split tests into groups
ibft = nil.override { testGroup = "ibft"; };
ibft = nil.override { testGroup = "ibft"; parallelTesting = true; };
heavy = nil.override { testGroup = "heavy"; parallelTesting = true; };
others = nil.override { testGroup = "others"; parallelTesting = true; };

Expand Down
2 changes: 2 additions & 0 deletions nix/tests-ibft.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nil/go-ibft/core
nil/tests/archive_node
nil/services/txnpool

0 comments on commit fcaf809

Please sign in to comment.