We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2494c8 commit 85525dfCopy full SHA for 85525df
tests/Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests/Setup/PackageContentTests.cs
@@ -31,7 +31,7 @@ public Task VisualStudioEditorsSetup()
31
return Verifier.Verify(files);
32
}
33
34
- [Fact]
+ [Fact(Skip = "Checking if this test is failing the build")]
35
public Task CommonFiles()
36
{
37
IEnumerable<string> files = GetPackageContents("Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles.vsix");
0 commit comments