diff --git a/vdev/src/commands/integration/ci_paths.rs b/vdev/src/commands/integration/ci_paths.rs index f95573c189571..16d3b418ce756 100644 --- a/vdev/src/commands/integration/ci_paths.rs +++ b/vdev/src/commands/integration/ci_paths.rs @@ -11,9 +11,8 @@ pub struct Cli {} impl Cli { pub fn exec(&self) -> Result<()> { - // changes to vector-core should test all integrations + // placeholder for changes that should run all integration tests println!("all-int:"); - println!("- \"lib/vector-core/**\""); // paths for each integration are defined in their respective config files. for (integration, config) in IntegrationTestConfig::collect_all()? {