From ee948c685c9fc684d99b80883be1824a45945c41 Mon Sep 17 00:00:00 2001 From: maskpp Date: Mon, 16 Sep 2024 11:21:00 +0800 Subject: [PATCH] disable docker pull in hive test --- packages/taiko-client/integration_test/hive_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/taiko-client/integration_test/hive_test.go b/packages/taiko-client/integration_test/hive_test.go index 66731fe199d..6aea46425d8 100644 --- a/packages/taiko-client/integration_test/hive_test.go +++ b/packages/taiko-client/integration_test/hive_test.go @@ -69,6 +69,7 @@ func testDenebReorg(t *testing.T, simPattern string, clientGroups [][]string) { handler, err := hivesim.NewHiveFramework(&hivesim.HiveConfig{ BuildOutput: false, ContainerOutput: true, + DockerPull: false, BaseDir: os.Getenv("HIVE_DIR"), SimPattern: "taiko", SimTestPattern: simPattern,