From a1c37b46da754e3bbc3a58b7c4260321682d11dd Mon Sep 17 00:00:00 2001 From: Ricky Stewart Date: Wed, 1 May 2024 17:45:11 +0000 Subject: [PATCH] streamclient: allow running on remote execution I don't know how long this has worked, but it works now. Epic: CRDB-8308 Release note: None --- pkg/ccl/streamingccl/streamclient/BUILD.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/ccl/streamingccl/streamclient/BUILD.bazel b/pkg/ccl/streamingccl/streamclient/BUILD.bazel index 1a59eabde0de..430936593a59 100644 --- a/pkg/ccl/streamingccl/streamclient/BUILD.bazel +++ b/pkg/ccl/streamingccl/streamclient/BUILD.bazel @@ -57,7 +57,6 @@ go_test( "span_config_stream_client_test.go", ], embed = [":streamclient"], - tags = ["no-remote-exec"], deps = [ "//pkg/base", "//pkg/ccl",