Skip to content

Commit 43095e5

Browse files
committed
Temporarily disable BehaviorOrchardCoreApiClientTests on Windows NuGet tests.
1 parent ee1d7e9 commit 43095e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
# Without quotes, somehow the value won't be passed properly and the test execution will hang, despite seemingly
105105
# every value being the same as with quotes.
106106
# yamllint disable-line rule:quoted-strings
107-
test-filter: 'FullyQualifiedName!~SecurityScanningTests&FullyQualifiedName!~ElasticsearchTests'
107+
test-filter: 'FullyQualifiedName!~SecurityScanningTests&FullyQualifiedName!~ElasticsearchTests&FullyQualifiedName!~BehaviorOrchardCoreApiClientTests'
108108
# It's enough to check consolidation only in the Linux workflow.
109109
verify-dotnet-consolidation: false
110110
node-version: none

0 commit comments

Comments
 (0)