We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca300a5 commit 60e4175Copy full SHA for 60e4175
test/Azure.Functions.Cli.Tests/E2E/StartTests_default.runsettings
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<RunSettings>
3
<RunConfiguration>
4
- <TestCaseFilter>(Group~'RequiresNestedInProcArtifacts' & Group~'UseInVisualStudioConsolidatedArtifactGeneration')</TestCaseFilter>
+ <TestCaseFilter>(Group != RequiresNestedInProcArtifacts) & (Group != UseInVisualStudioConsolidatedArtifactGeneration)</TestCaseFilter>
5
</RunConfiguration>
6
</RunSettings>
0 commit comments