integration: enable debug_getpath tests on macOS

Summary: These are passing with no changes, likely fixed as a result of another diff.

Reviewed By: chadaustin

Differential Revision: D43952630

fbshipit-source-id: 9de8d375f21e33939339e72c7c08d3ba9abef070
This commit is contained in:
Xavier Deguillard 2023-03-10 18:35:27 -08:00 committed by Facebook GitHub Bot
parent 305614a7f8
commit 053dbd428d

View File

@ -201,13 +201,6 @@ elif sys.platform.startswith("darwin"):
"test_unlink_deletes_corrupted_files",
]
# Assertion error (output doesn't match expected output)
TEST_DISABLED["debug_getpath_test.DebugGetPathTest"] = [
"test_getpath_unlinked_inode",
"test_getpath_unloaded_inode_rename_parent",
"test_getpath_unloaded_inode",
]
# CalledProcessError
TEST_DISABLED["health_test.HealthOfFakeEdenFSTest"] = True