Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 4cf1643

Browse files
authored
chore: enable create file test for all platforms (#2183)
1 parent fdc0745 commit 4cf1643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/e2e-test/api/files/test_api_create_file.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def setup_and_teardown(self):
2323
# Teardown
2424
stop_server()
2525

26-
@pytest.mark.skipif(platform.system() != "Linux", reason="Todo: fix later on Mac and Window")
2726
def test_api_create_file_successfully(self):
2827
# Define file path
2928
file_path_rel = os.path.join("e2e-test", "api", "files", "blank.txt")

0 commit comments

Comments
 (0)