From b33dff4fcc5cdbf2c7f31b07683e756e08a691df Mon Sep 17 00:00:00 2001 From: Zelentsov Dmitry Date: Wed, 14 May 2025 17:06:42 +0300 Subject: [PATCH] Exclude invalid regression TS tests Signed-off-by: Zelentsov Dmitry --- ets2panda/test/tsconfig/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ets2panda/test/tsconfig/CMakeLists.txt b/ets2panda/test/tsconfig/CMakeLists.txt index 11f275f856..316d4a82ca 100644 --- a/ets2panda/test/tsconfig/CMakeLists.txt +++ b/ets2panda/test/tsconfig/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024 Huawei Device Co., Ltd. +# Copyright (c) 2023-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -16,5 +16,6 @@ if(NOT PANDA_REGRESSION_TESTS) endif() add_subdirectory(test-config) -add_subdirectory(test-build) +#add_subdirectory(test-build) +#25872 ^ add_subdirectory(test-decl) -- Gitee