File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/QAToolKit.Engine.Bombardier.Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments