zxybazh commented on code in PR #12178:
URL: https://github.com/apache/tvm/pull/12178#discussion_r935114028
##########
tests/python/unittest/test_meta_schedule_task_scheduler.py:
##########
@@ -337,6 +338,23 @@ def
test_meta_schedule_task_scheduler_override_next_task_id_only(): # pylint: d
)
+def should_skip_oob_test():
+ flags = libinfo()
+ # TODO(gigiblender) This combination of flags should be enabled only in
the ci_minimal CI configuration.
+ # Remove this once the OOB test is fixed.
+ return (
+ flags["USE_RELAY_DEBUG"] == "ON"
+ and flags["USE_LLVM"] == "llvm-config"
+ and flags["USE_MICRO"] != "ON"
+ )
+
+
[email protected](
Review Comment:
Hi, can you please enable this test after rebase to latest main because it’s
been fixed, thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]