diff --git a/notification/ces_standard/subscribeandpublish/BUILD.gn b/notification/ces_standard/subscribeandpublish/BUILD.gn index ee40072be6577eef41095fcd34aa7e2e60f74e15..4155c8668a001a282531832a4a89a2d5aa19bc4c 100644 --- a/notification/ces_standard/subscribeandpublish/BUILD.gn +++ b/notification/ces_standard/subscribeandpublish/BUILD.gn @@ -18,7 +18,8 @@ group("SubscribeAndPublish") { if (is_standard_system) { deps = [ "actssubscriberorderedtest:ActsSubscriberOrderTest", - "actssubscriberunordersystemtest:ActsSubscriberTestUnorderSystem", + + #"actssubscriberunordersystemtest:ActsSubscriberTestUnorderSystem", "actssubscriberunordertest:ActsSubscriberUnorderTest", ] }