Exclude cases from reduced build (#15779)

Exclude cases from reduced build to unblock pipeline.

Fixed
[AB#15326](https://aiinfra.visualstudio.com/6a833879-cd9b-44a4-a9de-adc2d818f13c/_workitems/edit/15326)

Co-authored-by: Randy Shuai <rashuai@microsoft.com>
This commit is contained in:
RandySheriffH 2023-05-02 21:05:54 -07:00 committed by GitHub
parent ef1f17f3dc
commit e3ec2b3a8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2827,7 +2827,7 @@ TEST(CApiTest, TestMultiStreamInferenceSimpleSSD) {
}
#endif
#if !defined(ORT_MINIMAL_BUILD)
#if !defined(ORT_MINIMAL_BUILD) && !defined(REDUCED_OPS_BUILD)
TEST(MultiKernelSingleSchemaTest, valid) {
Ort::SessionOptions session_options;
session_options.SetIntraOpNumThreads(1);