set skip back to False for regular acceptance tests

This commit is contained in:
Phil Davis
2021-06-04 16:49:34 +05:45
parent e4aa00d4cd
commit 25dc6eb4cb
+3 -3
View File
@@ -23,7 +23,7 @@ config = {
},
"apiTests": {
"numberOfParts": 10,
"skip": True,
"skip": False,
"skipExceptParts": [],
},
"uiTests": {
@@ -32,10 +32,10 @@ config = {
"skipExceptParts": [],
},
"accountsUITests": {
"skip": True,
"skip": False,
},
"settingsUITests": {
"skip": True,
"skip": False,
},
"rocketchat": {
"channel": "ocis-internal",