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

chore: enable create file test for all platforms #2183

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

vansangpfiev
Copy link
Contributor

Describe Your Changes

This pull request includes a change to the engine/e2e-test/api/files/test_api_create_file.py file. The change involves removing a pytest.mark.skipif decorator from the test_api_create_file_successfully method, which previously skipped the test on non-Linux platforms.

Testing improvements:

  • engine/e2e-test/api/files/test_api_create_file.py: Removed the pytest.mark.skipif decorator that skipped the test_api_create_file_successfully test on non-Linux platforms, indicating an intention to fix the test for Mac and Windows platforms in the future.

Fixes Issues

  • Closes #
  • Closes #

Self Checklist

  • Added relevant comments, esp in complex areas
  • Updated docs (for bug fixes / features)
  • Created issues for follow-up changes or refactoring needed

@vansangpfiev vansangpfiev changed the title WIP chore: enable create file test for all platforms chore: enable create file test for all platforms Mar 27, 2025
@vansangpfiev vansangpfiev merged commit 4cf1643 into s/fix/fs-equivalent Mar 27, 2025
8 checks passed
@vansangpfiev vansangpfiev deleted the s/fix/fs-equivalent-e2e branch March 27, 2025 07:44
vansangpfiev added a commit that referenced this pull request Mar 27, 2025
)

* fix: std::filesystem::equivalent does not work for non-exist path

* chore: enable create file test for all platforms (#2183)

---------

Co-authored-by: sangjanai <[email protected]>
vansangpfiev added a commit that referenced this pull request Mar 27, 2025
)

* fix: std::filesystem::equivalent does not work for non-exist path

* chore: enable create file test for all platforms (#2183)

---------

Co-authored-by: sangjanai <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant