disable broken test in DML (#3666)

* temporary disable LSTM_Seq_lens_unpacked for dml test

* temporary disable LSTM_Seq_lens_unpacked for dml test

* temporary disable LSTM_Seq_lens_unpacked

Co-authored-by: Ethan Tao <ettao@microsoft.com>
This commit is contained in:
ytaous 2020-04-23 13:23:50 -07:00 committed by GitHub
parent 49a1c5e546
commit ae7da23460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -618,6 +618,7 @@ int real_main(int argc, char* argv[], Ort::Env& env) {
broken_tests.insert({"fp16_inception_v1", "Temporarily disabled pending investigation"});
broken_tests.insert({"candy", "Temporarily disabled pending investigation"});
broken_tests.insert({"BERT_Squad", "Temporarily disabled pending investigation"});
broken_tests.insert({"LSTM_Seq_lens_unpacked", "The parameter is incorrect"});
}
#if defined(_WIN32) && !defined(_WIN64)