Skip to content

Commit

Permalink
Enable zpool_create_007_neg (openzfs#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
manoj-joseph committed Dec 9, 2021
1 parent 1708728 commit 3b0cbab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/runfiles/object_store.run
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ tags = ['functional', 'cli_root', 'zfs_change-key']

# -------------------------------------------------------------
# TODO: Add the following tests back after relevant bug fixes.
# zpool_create_007_neg - DOSE-608
# zpool_create_024_pos - DOSE-568
# -------------------------------------------------------------
# TODO: zpool_create_003_pos fails because of DOSE-545. Its not creating a
Expand All @@ -115,7 +114,7 @@ tags = ['functional', 'cli_root', 'zfs_change-key']
[tests/functional/cli_root/zpool_create]
tests = ['zpool_create_001_pos', 'zpool_create_002_pos',
'zpool_create_003_pos', 'zpool_create_004_pos', 'zpool_create_005_pos',
'zpool_create_006_pos', 'zpool_create_008_pos',
'zpool_create_006_pos', 'zpool_create_007_neg', 'zpool_create_008_pos',
'zpool_create_009_neg', 'zpool_create_010_neg', 'zpool_create_011_neg',
'zpool_create_012_neg', 'zpool_create_014_neg', 'zpool_create_015_neg',
'zpool_create_017_neg', 'zpool_create_018_pos', 'zpool_create_019_pos',
Expand Down

0 comments on commit 3b0cbab

Please sign in to comment.