diff --git a/adot-testbed/app/src/test/java/software/amazon/adot/testbed/LogsTests.java b/adot-testbed/app/src/test/java/software/amazon/adot/testbed/LogsTests.java index 3f67c8cbb..7c90ecf3f 100644 --- a/adot-testbed/app/src/test/java/software/amazon/adot/testbed/LogsTests.java +++ b/adot-testbed/app/src/test/java/software/amazon/adot/testbed/LogsTests.java @@ -85,7 +85,7 @@ private GenericContainer createAndStartCollector(String configFilePath, Strin .withEnv(envVariables) .withCreateContainerCmdModifier(cmd -> cmd.withUser("root")) .withClasspathResourceMapping("/logs", "/logs", BindMode.READ_WRITE) - .withCommand("--config", "/etc/collector/config.yaml", "--feature-gates=+adot.receiver.filelog,+adot.exporter.awscloudwatchlogs,+adot.extension.file_storage"); + .withCommand("--config", "/etc/collector/config.yaml"); //Mount the Temp directory collector.withFileSystemBind(logDirectory.toString(),"/tempLogs", BindMode.READ_WRITE);