Skip to content

Commit e1264bb

Browse files
authored
test: disable reth-ethereum-full (#12484)
1 parent 82f7b39 commit e1264bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.cross

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This image is meant to enable cross-architecture builds.
2-
# It assumes the foundry binaries have already been compiled for `$TARGETPLATFORM` and are
3-
# locatable in `./dist/bin/$TARGETARCH`
2+
# It assumes the Foundry binaries have already been compiled for `$TARGETPLATFORM` and are
3+
# locatable in `./dist/bin/$TARGETARCH`.
44
FROM ubuntu:22.04
55

66
# Filled by docker buildx

crates/test-utils/src/rpc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ shuffled_list!(
5252
vec![
5353
//
5454
"reth-ethereum.ithaca.xyz/rpc",
55-
"reth-ethereum-full.ithaca.xyz/rpc",
55+
// "reth-ethereum-full.ithaca.xyz/rpc",
5656
],
5757
);
5858
shuffled_list!(
@@ -67,7 +67,7 @@ shuffled_list!(
6767
vec![
6868
//
6969
"reth-ethereum.ithaca.xyz/ws",
70-
"reth-ethereum-full.ithaca.xyz/ws",
70+
// "reth-ethereum-full.ithaca.xyz/ws",
7171
],
7272
);
7373

0 commit comments

Comments
 (0)