Skip to content
Merged
Prev Previous commit
Next Next commit
Disable bundling tests on Mac due to bug
See #57242
  • Loading branch information
agocke committed Aug 11, 2021
commit bfaa2f7c9f767a34a9ff9db728fa2a102f7381fa
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ private string RelativePath(string path)
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/57242", TestPlatforms.OSX)]
public void TestWithAbsolutePaths()
{
var fixture = sharedTestState.TestFixture.Copy();
Expand All @@ -108,6 +109,7 @@ public void TestWithAbsolutePaths()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/57242", TestPlatforms.OSX)]
public void TestWithRelativePaths()
{
var fixture = sharedTestState.TestFixture.Copy();
Expand All @@ -116,6 +118,7 @@ public void TestWithRelativePaths()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/57242", TestPlatforms.OSX)]
public void TestWithRelativePathsDirSeparator()
{
var fixture = sharedTestState.TestFixture.Copy();
Expand Down