Ignore a test: ParallelExecutor.StatusPropagation (#2019)

This commit is contained in:
Changming Sun 2019-10-04 22:51:47 -07:00 committed by GitHub
parent 2a2e6e6641
commit a9e04a29b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;