Disable nonsense tests (#435)

ATM they are not tests and are completely meaningless. Also expensive as
they hit the live GitHub API. Disable until fixed.
This commit is contained in:
Davide De Rosa 2023-12-17 13:02:39 +01:00 committed by GitHub
parent fe127e258b
commit 526ed49472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@
}, },
"testTargets" : [ "testTargets" : [
{ {
"enabled" : false,
"target" : { "target" : {
"containerPath" : "container:PassepartoutLibrary", "containerPath" : "container:PassepartoutLibrary",
"identifier" : "PassepartoutCoreTests", "identifier" : "PassepartoutCoreTests",
@ -52,6 +53,7 @@
} }
}, },
{ {
"enabled" : false,
"target" : { "target" : {
"containerPath" : "container:PassepartoutLibrary", "containerPath" : "container:PassepartoutLibrary",
"identifier" : "PassepartoutProvidersTests", "identifier" : "PassepartoutProvidersTests",