alter tdd

Signed-off-by: xu-jingyi12 <xujingyi19@huawei.com>
Change-Id: I5a73ddffb7efb63bf265803f6f2d54fe264b2144
This commit is contained in:
xu-jingyi12 2024-07-24 10:29:48 +08:00
parent f7dabb83d2
commit c45fca1854

View File

@ -34,7 +34,6 @@ group("systemtest") {
":wms_window_input_test",
":wms_window_layout_test",
":wms_window_mode_support_info_test",
":wms_window_move_drag_test",
":wms_window_multi_ability_test",
":wms_window_nointeraction_listener_test",
":wms_window_occupied_area_change_test",
@ -49,6 +48,9 @@ group("systemtest") {
":wms_window_visibility_info_test",
":wms_window_water_mark_test",
]
if (!scene_board_enabled) {
deps += [ ":wms_window_move_drag_test" ]
}
}
ohos_systemtest("wms_window_layout_test") {