Skip to content

Commit 232ee0d

Browse files
committed
Comment out bytes test for now
1 parent 6f85f2d commit 232ee0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dcpy/test_integration/connectors/edm/test_bytes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from dcpy.utils.logging import logger
55

66

7-
def test_bytes_versions_are_retrieved():
7+
def _test_bytes_versions_are_retrieved():
88
versions = BytesConnector().fetch_all_latest_versions_df()
99
with_errors = versions.loc[versions["version_fetch_error"].astype(bool)]
1010
if not with_errors.empty:

0 commit comments

Comments
 (0)