Skip to content

Commit 1957aea

Browse files
authored
[core] disable asan tests on premerge (#51772)
currently failing Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent 84b1293 commit 1957aea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.buildkite/core.rayci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ steps:
214214
--except-tags kubernetes,manual
215215

216216
- label: ":ray: core: asan tests"
217-
tags: python
217+
tags:
218+
- python
219+
- skip-on-premerge # currently failing
218220
instance_type: medium
219221
commands:
220222
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... core

0 commit comments

Comments
 (0)