We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a168c11 commit 36dac7aCopy full SHA for 36dac7a
1 file changed
SecurityService.IntegrationTests/Common/DockerHelper.cs
@@ -101,10 +101,10 @@ private IContainerService SetupSecurityServiceContainer(String traceFolder)
101
{
102
this.TestNetwork
103
}.ToArray());
104
- if (String.IsNullOrEmpty(traceFolder) == false)
105
- {
106
- securityServiceContainer = securityServiceContainer.Mount(traceFolder, "/home/txnproc/trace", MountType.ReadWrite);
107
- }
+ //if (String.IsNullOrEmpty(traceFolder) == false)
+ //{
+ // securityServiceContainer = securityServiceContainer.Mount(traceFolder, "/home/txnproc/trace", MountType.ReadWrite);
+ //}
108
109
var builtContainer = securityServiceContainer.Build().Start().WaitForPort("5001/tcp", 30000);
110
0 commit comments