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:
parent
fe127e258b
commit
526ed49472
|
@ -45,6 +45,7 @@
|
|||
},
|
||||
"testTargets" : [
|
||||
{
|
||||
"enabled" : false,
|
||||
"target" : {
|
||||
"containerPath" : "container:PassepartoutLibrary",
|
||||
"identifier" : "PassepartoutCoreTests",
|
||||
|
@ -52,6 +53,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"enabled" : false,
|
||||
"target" : {
|
||||
"containerPath" : "container:PassepartoutLibrary",
|
||||
"identifier" : "PassepartoutProvidersTests",
|
||||
|
|
Loading…
Reference in New Issue