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:
Andriy Gapon 2018-03-15 08:52:49 +00:00
parent 289c14e811
commit 3c9d418b7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330975

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"
}