diff --git a/pandas/tests/test_downstream.py b/pandas/tests/test_downstream.py index 56bc29a7bca1e..0f0abd8cd3400 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -53,7 +53,6 @@ def test_xarray(df): assert df.to_xarray() is not None -@tm.network def test_statsmodels(): statsmodels = import_module('statsmodels') # noqa