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]);
|
Assert.Equal(mockTelemetry.EventName, args[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[WindowsOnlyFact]
|
||||||
public void InternalreportinstallsuccessCommandCollectExeNameWithEventname()
|
public void InternalreportinstallsuccessCommandCollectExeNameWithEventname()
|
||||||
{
|
{
|
||||||
MockTelemetry mockTelemetry = new MockTelemetry();
|
MockTelemetry mockTelemetry = new MockTelemetry();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue