1
- // Licensed to the .NET Foundation under one or more agreements.
1
+ // Licensed to the .NET Foundation under one or more agreements.
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
4
using System ;
@@ -579,7 +579,7 @@ public void EditorConfig_SeverityAppliedCorrectly(string BC0101Severity, string?
579
579
}
580
580
}
581
581
582
- [ Fact ]
582
+ [ Fact ( Skip = "To unblock: https://github.com/dotnet/msbuild/issues/11090" ) ]
583
583
public void CheckHasAccessToAllConfigs ( )
584
584
{
585
585
using ( var env = TestEnvironment . Create ( ) )
@@ -757,7 +757,7 @@ public void NoEnvironmentVariableProperty_DeferredProcessing(bool warnAsError, b
757
757
}
758
758
}
759
759
760
- [ Theory ]
760
+ [ Theory ( Skip = "To unblock: https://github.com/dotnet/msbuild/issues/11090" ) ]
761
761
[ InlineData ( "CheckCandidate" , new [ ] { "CustomRule1" , "CustomRule2" } ) ]
762
762
[ InlineData ( "CheckCandidateWithMultipleChecksInjected" , new [ ] { "CustomRule1" , "CustomRule2" , "CustomRule3" } , true ) ]
763
763
public void CustomCheckTest_NoEditorConfig ( string checkCandidate , string [ ] expectedRegisteredRules , bool expectedRejectedChecks = false )
@@ -790,7 +790,7 @@ public void CustomCheckTest_NoEditorConfig(string checkCandidate, string[] expec
790
790
}
791
791
}
792
792
793
- [ Theory ]
793
+ [ Theory ( Skip = "To unblock: https://github.com/dotnet/msbuild/issues/11090" ) ]
794
794
[ InlineData ( "CheckCandidate" , "X01234" , "error" , "error X01234: http://samplelink.com/X01234" ) ]
795
795
[ InlineData ( "CheckCandidateWithMultipleChecksInjected" , "X01234" , "warning" , "warning X01234: http://samplelink.com/X01234" ) ]
796
796
public void CustomCheckTest_WithEditorConfig ( string checkCandidate , string ruleId , string severity , string expectedMessage )
@@ -817,7 +817,7 @@ public void CustomCheckTest_WithEditorConfig(string checkCandidate, string ruleI
817
817
}
818
818
}
819
819
820
- [ Theory ]
820
+ [ Theory ( Skip = "To unblock: https://github.com/dotnet/msbuild/issues/11090" ) ]
821
821
[ InlineData ( "X01236" , "ErrorOnInitializeCheck" , "Something went wrong initializing" ) ]
822
822
[ InlineData ( "X01237" , "ErrorOnRegisteredAction" , "something went wrong when executing registered action" ) ]
823
823
[ InlineData ( "X01238" , "ErrorWhenRegisteringActions" , "something went wrong when registering actions" ) ]
@@ -867,7 +867,7 @@ public void DoesNotRunOnRestore(bool buildInOutOfProcessNode)
867
867
}
868
868
869
869
#if NET
870
- [ Fact ]
870
+ [ Fact ( Skip = "To unblock: https://github.com/dotnet/msbuild/issues/11090" ) ]
871
871
public void TestBuildCheckTemplate ( )
872
872
{
873
873
TransientTestFolder workFolder = _env . CreateFolder ( createFolder : true ) ;
0 commit comments