Skip to content

Commit c51b3a7

Browse files
committed
disabled actual load test
1 parent a656f04 commit c51b3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QAToolKit.Engine.Bombardier.Test/BombardierTestsGeneratorTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public async Task GenerateBombardierTestWithOptionsAlternativeTest_Successfull()
6161
Assert.Equal("/pet/1", bombardierTests.FirstOrDefault().Url.ToString());
6262
}
6363

64-
[Fact]
64+
/* [Fact]
6565
public async Task BombardierTestWithOptionsTest_Successfull()
6666
{
6767
@@ -96,6 +96,6 @@ public async Task BombardierTestWithOptionsTest_Successfull()
9696
Assert.True(bombardierResults.FirstOrDefault().TestStart.AddMinutes(60) > DateTime.Now);
9797
Assert.True(bombardierResults.FirstOrDefault().TestStop.AddMinutes(60) > DateTime.Now);
9898
Assert.True(bombardierResults.FirstOrDefault().TestStop.Subtract(bombardierResults.FirstOrDefault().TestStart).TotalSeconds == bombardierResults.FirstOrDefault().Duration);
99-
}
99+
}*/
100100
}
101101
}

0 commit comments

Comments
 (0)