File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ public MultiFileSolutionAndProjectTests(MultiFileTestFixture multiFileTestFixtur
1717 _multiFileTestFixture = multiFileTestFixture ;
1818 }
1919
20- [ Fact ] /* enable for executing locally */
21- // [Fact(Skip = "Doesn't work on Github actions agent")] /* disable for executing locally */
20+ // [Fact] /* enable for executing locally */
21+ [ Fact ( Skip = "Doesn't work on Github actions agent" ) ] /* disable for executing locally */
2222 public async Task ConvertWholeSolutionAsync ( )
2323 {
2424 await _multiFileTestFixture . ConvertProjectsWhereAsync ( p => true , Language . VB ) ;
2525 }
2626
27- [ Fact ] /* enable for executing locally */
28- // [Fact(Skip = "Doesn't work on Github actions agent")] /* disable for executing locally */
27+ // [Fact] /* enable for executing locally */
28+ [ Fact ( Skip = "Doesn't work on Github actions agent" ) ] /* disable for executing locally */
2929 public async Task ConvertCSharpConsoleAppOnlyAsync ( )
3030 {
3131 await _multiFileTestFixture . ConvertProjectsWhereAsync ( p => p . Name == "CSharpConsoleApp" , Language . VB ) ;
You can’t perform that action at this time.
0 commit comments