Mark test windows only

This commit is contained in:
William Li 2017-07-07 10:20:00 -07:00 committed by William Lee
parent 191e3e3019
commit 941c29c2be

View file

@ -37,7 +37,7 @@ namespace Microsoft.DotNet.Tests
Assert.Equal(mockTelemetry.EventName, args[0]);
}
[Fact]
[WindowsOnlyFact]
public void InternalreportinstallsuccessCommandCollectExeNameWithEventname()
{
MockTelemetry mockTelemetry = new MockTelemetry();