Skip to content

Commit 14eb178

Browse files
committed
testing
1 parent eb87a12 commit 14eb178

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/test-suite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,14 +269,14 @@ jobs:
269269
run: |
270270
make
271271
make install-lcli
272-
- name: Run the doppelganger protection success test script
273-
run: |
274-
cd scripts/tests
275-
./doppelganger_protection.sh success genesis.json
276272
- name: Run the doppelganger protection failure test script
277273
run: |
278274
cd scripts/tests
279275
./doppelganger_protection.sh failure genesis.json
276+
- name: Run the doppelganger protection success test script
277+
run: |
278+
cd scripts/tests
279+
./doppelganger_protection.sh success genesis.json
280280
execution-engine-integration-ubuntu:
281281
name: execution-engine-integration-ubuntu
282282
runs-on: ubuntu-latest

beacon_node/network/src/beacon_processor/worker/gossip_methods.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,11 +2357,11 @@ impl<T: BeaconChainTypes> Worker<T> {
23572357
);
23582358
// We still penalize the peer slightly. We don't want this to be a recurring
23592359
// behaviour.
2360-
self.gossip_penalize_peer(
2361-
peer_id,
2362-
PeerAction::HighToleranceError,
2363-
"sync_prior_known",
2364-
);
2360+
// self.gossip_penalize_peer(
2361+
// peer_id,
2362+
// PeerAction::HighToleranceError,
2363+
// "sync_prior_known",
2364+
// );
23652365

23662366
self.propagate_validation_result(message_id, peer_id, MessageAcceptance::Ignore);
23672367

0 commit comments

Comments
 (0)