From 7db3222c3d91a52dd8468f79acae197aa0131a7e Mon Sep 17 00:00:00 2001 From: Sanyam Singhal Date: Wed, 18 Dec 2024 17:05:48 +0000 Subject: [PATCH] removed old TODO --- yb-voyager/test/containers/testcontainers.go | 1 - 1 file changed, 1 deletion(-) diff --git a/yb-voyager/test/containers/testcontainers.go b/yb-voyager/test/containers/testcontainers.go index 4fa2fc936..e003cfba4 100644 --- a/yb-voyager/test/containers/testcontainers.go +++ b/yb-voyager/test/containers/testcontainers.go @@ -27,7 +27,6 @@ type TestContainer interface { // Function to run sql script for a specific test case SetupSqlScript(scriptName string, dbName string) error - // Add Capability to not detect and not spawn the cluster if already running // Add Capability to run multiple versions of a dbtype parallely */ }