Skip to content

Commit 4e3e057

Browse files
committed
fixing HDInsight test initialization
1 parent 4fc98a9 commit 4e3e057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Models/Utilities/IntegrationTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class IntegrationTestBase : DisposableObject
4949
)]
5050
public static readonly IntegrationTestManager TestManager = new IntegrationTestManager();
5151

52-
private static bool IsInitialized = true;
52+
private static bool IsInitialized = false;
5353
internal static Dictionary<string, string> testToClusterMap = new Dictionary<string, string>();
5454

5555
protected static string ClusterPrefix;

0 commit comments

Comments
 (0)