File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ 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
2525 await _multiFileTestFixture . ConvertProjectsWhereAsync ( p => true , Language . CS ) ;
2626 }
2727
28- [ Fact ] /* enable for executing locally */
29- // [Fact(Skip = "Doesn't work on Github actions agent")] /* disable for executing locally */
28+ // [Fact] /* enable for executing locally */
29+ [ Fact ( Skip = "Doesn't work on Github actions agent" ) ] /* disable for executing locally */
3030 public async Task ConvertVbLibraryOnlyAsync ( )
3131 {
3232 await _multiFileTestFixture . ConvertProjectsWhereAsync ( p => p . Name == "VbLibrary" , Language . CS ) ;
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