Skip to content

Commit 12922ff

Browse files
author
Zubin Ramlakhan
committed
Disable multifilesolutionandprojecttests c# => vb again.
1 parent 5bfa8f0 commit 12922ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Tests/VB/MultiFileSolutionAndProjectTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)