File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
QAToolKit.Engine.Bombardier.Test
QAToolKit.Engine.Bombardier Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public BombardierTestsRunnerTests(ITestOutputHelper testOutputHelper)
2222 _logger = loggerFactory . CreateLogger < BombardierTestsRunnerTests > ( ) ;
2323 }
2424
25- [ IgnoreOnGithubFact ]
25+ // [IgnoreOnGithubFact]
2626 public async Task BombardierGetTestWithOptionsTest_Successfull ( )
2727 {
2828 var content = File . ReadAllText ( "Assets/getPetById.json" ) ;
@@ -65,7 +65,7 @@ public async Task BombardierGetTestWithOptionsTest_Successfull()
6565 Assert . True ( bombardierResults . FirstOrDefault ( ) . TestStop . Subtract ( bombardierResults . FirstOrDefault ( ) . TestStart ) . TotalSeconds == bombardierResults . FirstOrDefault ( ) . Duration ) ;
6666 }
6767
68- [ IgnoreOnGithubFact ]
68+ // [IgnoreOnGithubFact]
6969 public async Task BombardierPostTestWithOptionsTest_Successfull ( )
7070 {
7171 var content = File . ReadAllText ( "Assets/addPet.json" ) ;
@@ -113,7 +113,7 @@ public async Task BombardierPostTestWithOptionsTest_Successfull()
113113 Assert . True ( bombardierResults . FirstOrDefault ( ) . TestStop . Subtract ( bombardierResults . FirstOrDefault ( ) . TestStart ) . TotalSeconds == bombardierResults . FirstOrDefault ( ) . Duration ) ;
114114 }
115115
116- [ IgnoreOnGithubFact ]
116+ // [IgnoreOnGithubFact]
117117 public async Task BombardierPostTestWithBodyAndOptionsTest_Successfull ( )
118118 {
119119 var content = File . ReadAllText ( "Assets/AddBike.json" ) ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net5.0</TargetFrameworks >
5- <LangVersion >8.0</LangVersion >
4+ <TargetFramework >net5.0</TargetFramework >
5+ <LangVersion >latest</LangVersion >
6+ <IsPackable >false</IsPackable >
67 </PropertyGroup >
78
89 <ItemGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks >
5- <LangVersion >8.0 </LangVersion >
5+ <LangVersion >latest </LangVersion >
66 <GenerateDocumentationFile >true</GenerateDocumentationFile >
77 <ProjectGuid >778988ae-c303-4738-a9d6-3dfb80a882ab</ProjectGuid >
88
You can’t perform that action at this time.
0 commit comments