-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] run core flaky test functions (#41208)
As a follow up of https://github.com/ray-project/ray/pull/41195/files, we remove core flaky test targets, and run flaky test functions in the flaky job I switch off the postmerge only conditions for testing. Will undo that change before merging. Signed-off-by: can <can@anyscale.com>
- Loading branch information
1 parent
6b9435a
commit b4a7f33
Showing
2 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
flaky_tests: | ||
- //python/ray/tests:test_placement_group | ||
- //python/ray/tests:test_runtime_env_working_dir_3 | ||
- //python/ray/tests:test_state_api_log | ||
- //python/ray/tests:test_client_builder | ||
- //python/ray/tests:test_client_library_integration | ||
- //python/ray/tests:test_object_assign_owner_client_mode | ||
- //src/ray/common/test:ray_syncer_test |