Skip to content

Commit

Permalink
Skip broken test, tracked at #815
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTryon committed Nov 27, 2024
1 parent c7c0a95 commit 9102a0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Microsoft.Sbom.Targets.E2E.Tests/GenerateSbomE2ETests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,12 @@ public void SbomGenerationSkipsForUnsetGenerateSBOMFlag()
[TestMethod]
public void SbomGenerationSucceedsForMultiTargetedProject()
{
if (!RuntimeInformation.FrameworkDescription.StartsWith(".NET Framework", StringComparison.Ordinal))
{
Assert.Inconclusive("This test needs to be updated to work with Visual Studio 17.12 and .NET 8. This is tracked at https://github.com/microsoft/sbom-tool/issues/815.");
return;
}

if (!IsWindows)
{
Assert.Inconclusive("This test is not (yet) supported on non-Windows platforms.");
Expand Down

0 comments on commit 9102a0e

Please sign in to comment.