Remove SKIP_IF for now-supported features.

Updates #3549.

PiperOrigin-RevId: 332501660
This commit is contained in:
Kevin Krakauer
2020-09-18 12:20:36 -07:00
committed by gVisor bot
parent ddf37cb19f
commit f911b43f05
-4
View File
@@ -87,8 +87,6 @@ TEST(IP6TablesBasic, GetEntriesErrorPrecedence) {
// empty when running in native, but we can test that gVisor has the same
// initial state that a newly-booted Linux machine would have.
TEST(IP6TablesTest, InitialInfo) {
// TODO(gvisor.dev/issue/3549): Enable for ip6tables.
SKIP_IF(true);
SKIP_IF(!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW)));
FileDescriptor sock =
@@ -132,8 +130,6 @@ TEST(IP6TablesTest, InitialInfo) {
// are empty when running in native, but we can test that gVisor has the same
// initial state that a newly-booted Linux machine would have.
TEST(IP6TablesTest, InitialEntries) {
// TODO(gvisor.dev/issue/3549): Enable for ip6tables.
SKIP_IF(true);
SKIP_IF(!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_RAW)));
FileDescriptor sock =