Skip to content

Commit 0a3ddcd

Browse files
committed
Remove CI/CD commented lines
1 parent e6d843c commit 0a3ddcd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ServiceControl.AcceptanceTesting/NServiceBusAcceptanceTest.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,11 @@ public void TearDown()
5050

5151
var scenarioContext = runDescriptor.ScenarioContext;
5252

53-
// if (Environment.GetEnvironmentVariable("CI") != "true" || Environment.GetEnvironmentVariable("VERBOSE_TEST_LOGGING")?.ToLower() == "true")
54-
// {
5553
TestContext.Out.WriteLine($@"Test settings:
5654
{string.Join(Environment.NewLine, runDescriptor.Settings.Select(setting => $" {setting.Key}: {setting.Value}"))}");
5755

5856
TestContext.Out.WriteLine($@"Context:
5957
{string.Join(Environment.NewLine, scenarioContext.GetType().GetProperties().Select(p => $"{p.Name} = {p.GetValue(scenarioContext, null)}"))}");
60-
// }
6158
}
6259
}
6360
}

0 commit comments

Comments
 (0)