Disable CanConvertFromAOTtoSueModel test (#1949)

This commit is contained in:
Kamil Magierski 2020-08-26 15:09:19 +02:00 committed by GitHub
parent 7c1b87c7aa
commit b77b2e7fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ TEST_F(GNAAOTTests, PoolingModel_canbe_export_imported) {
.inNotCompactMode().gna().propagate_forward().called().once();
}
TEST_F(GNAAOTTests, CanConvertFromAOTtoSueModel) {
TEST_F(GNAAOTTests, DISABLED_CanConvertFromAOTtoSueModel) {
auto & nnet_type = storage<intel_nnet_type_t>();