re-enable zpool_upgrade_007_pos test after the fix in r330974

The test was disabled in r329248.

PR:		225877
This commit is contained in:
avg 2018-03-15 08:52:49 +00:00
parent e226f0acba
commit bcb04b04f3

View File

@ -207,7 +207,6 @@ zpool_upgrade_007_pos_body()
. $(atf_get_srcdir)/zpool_upgrade.cfg
verify_disk_count "$DISKS" 2
atf_skip "PR 225877 - panic: solaris assert: newds == os->os_dsl_dataset during"
ksh93 $(atf_get_srcdir)/setup.ksh || atf_fail "Setup failed"
ksh93 $(atf_get_srcdir)/zpool_upgrade_007_pos.ksh || atf_fail "Testcase failed"
}