Skip to content

Commit c4845d0

Browse files
committed
CI/E2E: commenting for now single_node/bootstrap_from_replayer
We are investigating it in #1591.
1 parent 4488c35 commit c4845d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ jobs:
528528
strategy:
529529
matrix:
530530
test:
531-
- single_node
531+
# - single_node
532532
- multi_node_initial_joining
533533
- multi_node_peer_discovery
534534
- multi_node_propagate_block

node/testing/tests/single_node.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ scenario_test!(
2929
);
3030

3131
scenario_test!(
32+
#[ignore = "investigate failure, see 1591"]
3233
bootstrap_from_replayer,
3334
SoloNodeBootstrap,
3435
SoloNodeBootstrap

0 commit comments

Comments
 (0)