From af06e04c524f50ef3486f54362dce82a0a168830 Mon Sep 17 00:00:00 2001 From: maskpp Date: Wed, 6 Nov 2024 19:09:48 +0800 Subject: [PATCH] build taiko-client@softblock docker image for 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 0df80196797..cbf4a74e5af 100644 --- a/packages/taiko-client/integration_test/hive_test.go +++ b/packages/taiko-client/integration_test/hive_test.go @@ -80,6 +80,7 @@ func testBlobAPI(t *testing.T, pattern string, clients []string) { handler, err := hivesim.NewHiveFramework(&hivesim.HiveConfig{ BuildOutput: false, ContainerOutput: true, + DockerPull: false, BaseDir: os.Getenv("HIVE_DIR"), SimPattern: "taiko", SimTestPattern: pattern,