Skip to content

Commit

Permalink
Try skipping a test to see if it makes the build pass
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed May 20, 2024
1 parent c2494c8 commit 85525df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public Task VisualStudioEditorsSetup()
return Verifier.Verify(files);
}

[Fact]
[Fact(Skip = "Checking if this test is failing the build")]
public Task CommonFiles()
{
IEnumerable<string> files = GetPackageContents("Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles.vsix");
Expand Down

0 comments on commit 85525df

Please sign in to comment.