Skip to content

Commit

Permalink
Skip flakey messagepack test
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Oct 4, 2020
1 parent 8306e83 commit 09e6351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public override void CanSerializeTraceLogEntries() {
base.CanSerializeTraceLogEntries();
}

[Fact]
[Fact(Skip = "This test is flakey cross platform")]
public override void CanSerializeEnvironmentInfo() {
base.CanSerializeEnvironmentInfo();
}
Expand Down

0 comments on commit 09e6351

Please sign in to comment.