File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ namespace CodeConverter.Tests.CSharp
1212{
1313 public class SolutionAndProjectTests : ProjectConverterTestBase
1414 {
15- [ Fact ]
15+ [ Fact ( Skip = "https://github.com/icsharpcode/CodeConverter/issues/184" ) ]
1616 public void ConvertSolution ( )
1717 {
1818 ConvertProjectsWhere < VBToCSConversion > ( p => true ) ;
1919 }
2020
21- [ Fact ]
21+ [ Fact ( Skip = "https://github.com/icsharpcode/CodeConverter/issues/184" ) ]
2222 public void ConvertSingleProject ( )
2323 {
2424 ConvertProjectsWhere < VBToCSConversion > ( p => p . Name == "VisualBasicLibrary" ) ;
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ namespace CodeConverter.Tests.VB
55{
66 public class SolutionAndProjectTests : ProjectConverterTestBase
77 {
8- [ Fact ]
8+ [ Fact ( Skip = "https://github.com/icsharpcode/CodeConverter/issues/184" ) ]
99 public void ConvertSolution ( )
1010 {
1111 ConvertProjectsWhere < CSToVBConversion > ( p => true ) ;
1212 }
1313
14- [ Fact ]
14+ [ Fact ( Skip = "https://github.com/icsharpcode/CodeConverter/issues/184" ) ]
1515 public void ConvertSingleProject ( )
1616 {
1717 ConvertProjectsWhere < CSToVBConversion > ( p => p . Name == "CSharpConsoleApp" ) ;
You can’t perform that action at this time.
0 commit comments