mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
Ignore a test: ParallelExecutor.StatusPropagation (#2019)
This commit is contained in:
parent
2a2e6e6641
commit
a9e04a29b3
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ struct TestOp {
|
|||
};
|
||||
|
||||
// test that the status from TestOp is correctly returned from InferenceSession::Run
|
||||
TEST(ParallelExecutor, TestStatusPropagation) {
|
||||
TEST(ParallelExecutor, DISABLED_TestStatusPropagation) {
|
||||
auto registry = std::make_shared<CustomRegistry>();
|
||||
std::vector<OpSchema> schemas{TestOp::OpSchema()};
|
||||
Status status;
|
||||
|
|
|
|||
Loading…
Reference in a new issue