Skip to content

Commit

Permalink
Disable formatter test on Mono: COM support is disabled on Mono runti…
Browse files Browse the repository at this point in the history
…me. (#56806)

This particular test is using a COM object, but COM support is
disabled on Mono runtime.
  • Loading branch information
StephenMolloy authored Aug 5, 2021
1 parent c235256 commit e05abcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace System.Runtime.Serialization.Formatters.Tests
public partial class FormatterServicesTests
{
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/39704", TestRuntimes.Mono)]
[SkipOnMono("COM support is disabled on Mono runtime. Refer to issue #39704.")]
public void GetUninitializedObject_COMObject_ThrowsNotSupportedException()
{
Type comObjectType = typeof(COMObject);
Expand Down

0 comments on commit e05abcc

Please sign in to comment.