Mark test windows only
This commit is contained in:
parent
191e3e3019
commit
941c29c2be
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace Microsoft.DotNet.Tests
|
|||
Assert.Equal(mockTelemetry.EventName, args[0]);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[WindowsOnlyFact]
|
||||
public void InternalreportinstallsuccessCommandCollectExeNameWithEventname()
|
||||
{
|
||||
MockTelemetry mockTelemetry = new MockTelemetry();
|
||||
|
|
Loading…
Reference in a new issue