Skip to content

Commit 7d4d06b

Browse files
author
Rakeshwar Reddy Kambaiahgari
committed
fix tests
1 parent 526b249 commit 7d4d06b

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/VirtualClient/VirtualClient.Actions.FunctionalTests/AspNetBenchProfileTests.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@ public void AspNetBenchWorkloadProfileParametersAreInlinedCorrectly(string profi
5050
}
5151
}
5252

53-
[Test]
54-
[TestCase("PERF-ASPNETBENCH-AFFINITY.json")]
55-
public void AspNetBenchAffinityWorkloadProfileParametersAreInlinedCorrectly(string profile)
56-
{
57-
this.mockFixture.Setup(PlatformID.Unix, agentId: this.clientAgentId).SetupLayout(
58-
new ClientInstance(this.clientAgentId, "1.2.3.5", ClientRole.Client),
59-
new ClientInstance(this.serverAgentId, "1.2.3.4", ClientRole.Server));
60-
61-
using (ProfileExecutor executor = TestDependencies.CreateProfileExecutor(profile, this.mockFixture.Dependencies))
62-
{
63-
WorkloadAssert.ParameterReferencesInlined(executor.Profile);
64-
}
65-
}
66-
6753
[Test]
6854
[TestCase("PERF-ASPNETBENCH.json")]
6955
public async Task AspNetBenchWorkloadProfileExecutesTheExpectedWorkloadsOnWindowsPlatform(string profile)

0 commit comments

Comments
 (0)