allow test to talk to network

Summary:
This unbreaks the test. The reversefiller need access to SMC to talk to
scmquery (we could set up our own scmquery instance but I don't think it's worh
it).

Reviewed By: krallin

Differential Revision: D25824395

fbshipit-source-id: 676b3ac1e3af95e8e02bd272f7cb25250e047eed
This commit is contained in:
Mateusz Kwapich 2021-01-07 12:27:53 -08:00 committed by Facebook GitHub Bot
parent f9b84fca26
commit f9c8806f9d

View File

@ -49,6 +49,8 @@ DISABLE_ALL_NETWORK_ACCESS_SKIPLIST: Set[str] = {
# Purposely not disabling network as this needs to make TLS connections.
"test-per-repo-acl.t",
"test-hook-verify-integrity.t",
# Purposely not disabling network as this needs to use ServiceRouter client
"test-commitcloud-bookmark-reversefiller.t",
}
PY3_SKIPLIST: Set[str] = set()