We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f109d commit 6fc009dCopy full SHA for 6fc009d
src/QAToolKit.Engine.Bombardier.Test/BombardierTestsRunnerTests.cs
@@ -23,7 +23,9 @@ public BombardierTestsRunnerTests(ITestOutputHelper testOutputHelper)
23
_logger = loggerFactory.CreateLogger<BombardierTestsRunnerTests>();
24
}
25
26
+#if DEBUG
27
[Fact]
28
+#endif
29
public async Task BombardierGetTestWithOptionsTest_Successfull()
30
{
31
@@ -67,7 +69,9 @@ public async Task BombardierGetTestWithOptionsTest_Successfull()
67
69
Assert.True(bombardierResults.FirstOrDefault().TestStop.Subtract(bombardierResults.FirstOrDefault().TestStart).TotalSeconds == bombardierResults.FirstOrDefault().Duration);
68
70
71
72
73
74
75
public async Task BombardierPostTestWithOptionsTest_Successfull()
76
77
0 commit comments