bridge tests: Re-enable STP test

This test should no longer provoke large amounts of traffic, which can
overwhelm single-core systems, preventing them from making progress in the
tests.

The test can now be re-enabled.

PR:		246448
This commit is contained in:
Kristof Provost 2020-06-07 13:53:02 +00:00
parent 6d04a12b1a
commit 048c96e3e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361893

View File

@ -76,10 +76,6 @@ stp_head()
stp_body()
{
if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "https://bugs.freebsd.org/246448"
fi
vnet_init
epair_one=$(vnet_mkepair)