Revert "temporalily skip other tests"

This reverts commit 7cb7daffd0.
This commit is contained in:
Willy Kloucek
2022-05-06 12:55:16 +02:00
parent 5e5f350c75
commit ca2dcf1514

View File

@@ -82,18 +82,18 @@ config = {
"earlyFail": True,
},
"localApiTests": {
"skip": True,
"skip": False,
"earlyFail": True,
},
"apiTests": {
"numberOfParts": 10,
"skip": True,
"skip": False,
"skipExceptParts": [],
"earlyFail": True,
},
"uiTests": {
"filterTags": "@ocisSmokeTest",
"skip": True,
"skip": False,
"skipExceptParts": [],
"earlyFail": True,
},