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 74cb812 commit 19aaf3dCopy full SHA for 19aaf3d
ci.sh
@@ -20,7 +20,7 @@ make start-background-broker
20
set +e
21
22
cd $UNIT_DIR
23
-dotnet test -f netcoreapp1.0 --where='cat != RequireSMP & cat != LongRunning & cat != GCTest'
+dotnet test -f netcoreapp1.0 --where='cat != RequireSMP & cat != GCTest'
24
EXIT_CODE=$?
25
26
set -e
0 commit comments