We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae65cf7 commit c5fd682Copy full SHA for c5fd682
src/ResourceManager/Profile/Commands.Profile.Test/TelemetryTests.cs
@@ -113,7 +113,7 @@ public void HashOfValidValueSucceeds()
113
Assert.NotEqual<string>(inputValue, hash, StringComparer.OrdinalIgnoreCase);
114
}
115
116
- [Fact]
+ [Fact(Skip = "Intermittent failures. Investigation needed.")]
117
[Trait(Category.AcceptanceType, Category.CheckIn)]
118
public void DataCollectionHandlesSerializationErrors()
119
{
0 commit comments