bugfix/update_tests #7
2 changed files with 15 additions and 12 deletions
|
@ -34,6 +34,9 @@ func runTestsCmd(cmd *cobra.Command, _ []string) error {
|
|||
|
||||
groupTests := make(map[string][]string)
|
||||
for _, group := range testStruct.Groups {
|
||||
if group.Skip {
|
||||
continue
|
||||
}
|
||||
groupTests[group.Name] = group.Tests
|
||||
}
|
||||
|
||||
|
|
|
@ -503,8 +503,8 @@
|
|||
"include": [
|
||||
"Locking"
|
||||
],
|
||||
"skip": false,
|
||||
"comment": "See Locking Feature"
|
||||
"skip": true,
|
||||
"comment": "Not supported. See Locking Feature"
|
||||
},
|
||||
{
|
||||
"name": "GetObjectLockConfiguration",
|
||||
|
@ -513,8 +513,8 @@
|
|||
"include": [
|
||||
"Locking"
|
||||
],
|
||||
"skip": false,
|
||||
"comment": "See Locking Feature"
|
||||
"skip": true,
|
||||
"comment": "Not supported. See Locking Feature"
|
||||
},
|
||||
{
|
||||
"name": "GetObjectRetention",
|
||||
|
@ -523,8 +523,8 @@
|
|||
"include": [
|
||||
"Locking"
|
||||
],
|
||||
"skip": false,
|
||||
"comment": "See Locking Feature"
|
||||
"skip": true,
|
||||
"comment": "Not supported. See Locking Feature"
|
||||
},
|
||||
{
|
||||
"name": "GetObjectTagging",
|
||||
|
@ -959,8 +959,8 @@
|
|||
"include": [
|
||||
"Locking"
|
||||
],
|
||||
"skip": false,
|
||||
"comment": "See Locking Feature"
|
||||
"skip": true,
|
||||
"comment": "Not supported. See Locking Feature"
|
||||
},
|
||||
{
|
||||
"name": "PutObjectLockConfiguration",
|
||||
|
@ -969,8 +969,8 @@
|
|||
"include": [
|
||||
"Locking"
|
||||
],
|
||||
"skip": false,
|
||||
"comment": "See Locking Feature"
|
||||
"skip": true,
|
||||
"comment": "Not supported. See Locking Feature"
|
||||
},
|
||||
{
|
||||
"name": "PutObjectRetention",
|
||||
|
@ -979,8 +979,8 @@
|
|||
"include": [
|
||||
"Locking"
|
||||
],
|
||||
"skip": false,
|
||||
"comment": "See Locking Feature"
|
||||
"skip": true,
|
||||
"comment": "Not supported. See Locking Feature"
|
||||
},
|
||||
{
|
||||
"name": "PutObjectTagging",
|
||||
|
|
Loading…
Reference in a new issue