temporalily skip other tests

This commit is contained in:
Willy Kloucek committed 2022-05-05 15:35:23 +02:00
1 parent 64a669d69f
commit 7cb7daffd0
1 file changed
+3 -3
+3 -3
View File
@@ -82,18 +82,18 @@ config = {
"earlyFail": True,
},
"localApiTests": {
"skip": False,
"skip": True,
"earlyFail": True,
},
"apiTests": {
"numberOfParts": 10,
"skip": False,
"skip": True,
"skipExceptParts": [],
"earlyFail": True,
},
"uiTests": {
"filterTags": "@ocisSmokeTest",
"skip": False,
"skip": True,
"skipExceptParts": [],
"earlyFail": True,
},