Skip to content

Commit 3e08cbd

Browse files
authored
Adding WorkerRuntime traits to core tools func start E2E tests (#4393)
1 parent 11f094e commit 3e08cbd

30 files changed

+141
-214
lines changed

test/Azure.Functions.Cli.Tests/E2E/TestProject/TestNet6InProcProject/Function2.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

test/Azure.Functions.Cli.Tests/E2E/TestProject/TestNet6InProcProject/TestNet6InProcProject.csproj

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/Azure.Functions.Cli.Tests/E2E/TestProject/TestNet6InProcProject/host.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

test/Azure.Functions.Cli.Tests/E2E/TestProject/TestNet6InProcProject/local.settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

test/Azure.Functions.Cli.Tests/E2E/TestProject/TestNet8InProcProject/Function1.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

test/Azure.Functions.Cli.Tests/E2E/TestProject/TestNet8InProcProject/TestNet8InProcProject.csproj

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/Azure.Functions.Cli.Tests/E2E/TestProject/TestNet8InProcProject/host.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

test/Azure.Functions.Cli.Tests/E2E/TestProject/TestNet8InProcProject/local.settings.json

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<RunSettings>
33
<RunConfiguration>
4-
<TestCaseFilter> (Group != InProc) &amp; (Group != RequiresNestedInProcArtifacts) &amp; (Group != UseInVisualStudioConsolidatedArtifactGeneration) &amp; (Group != UseInConsolidatedArtifactGeneration)</TestCaseFilter>
4+
<TestCaseFilter> (WorkerRuntime != Dotnet) &amp; (Group != RequiresNestedInProcArtifacts) &amp; (Group != UseInVisualStudioConsolidatedArtifactGeneration) &amp; (Group != UseInConsolidatedArtifactGeneration)</TestCaseFilter>
55
</RunConfiguration>
66
</RunSettings>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<RunSettings>
33
<RunConfiguration>
4-
<TestCaseFilter>(Group = InProc) &amp; (Group != RequiresNestedInProcArtifacts) &amp; (Group != UseInVisualStudioConsolidatedArtifactGeneration) &amp; (Group != UseInConsolidatedArtifactGeneration)</TestCaseFilter>
4+
<TestCaseFilter>(WorkerRuntime = Dotnet) &amp; (Group != RequiresNestedInProcArtifacts) &amp; (Group != UseInVisualStudioConsolidatedArtifactGeneration) &amp; (Group != UseInConsolidatedArtifactGeneration)</TestCaseFilter>
55
</RunConfiguration>
66
</RunSettings>

0 commit comments

Comments
 (0)