Skip to content

Commit 5b0ef8c

Browse files
committed
Update RC test to use fakeintake to not reach the internet
1 parent e2aa6fe commit 5b0ef8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/new-e2e/tests/remote-config/tracer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func TestRcTracerSuite(t *testing.T) {
3636
t.Parallel()
3737
e2e.Run(t, &tracerSuite{},
3838
e2e.WithProvisioner(
39-
awshost.ProvisionerNoFakeIntake(
39+
awshost.Provisioner(
4040
awshost.WithRunOptions(
4141
scenec2.WithAgentOptions(
4242
agentparams.WithAgentConfig(rcEnabledConfig),

0 commit comments

Comments
 (0)