diff --git a/events/tests/TESTS/events/equeue/main.cpp b/events/tests/TESTS/events/equeue/main.cpp index dc0e9f03cdb6..6853bfc7570e 100644 --- a/events/tests/TESTS/events/equeue/main.cpp +++ b/events/tests/TESTS/events/equeue/main.cpp @@ -15,10 +15,6 @@ * limitations under the License. */ -#ifndef MBED_EXTENDED_TESTS -#error [NOT_SUPPORTED] When running on CI this test is disabled due to limiting testing time. -#else - #include "utest/utest.h" #include "unity/unity.h" #include "greentea-client/test_env.h" @@ -1100,4 +1096,3 @@ int main() Harness::run(specification); } -#endif // MBED_EXTENDED_TESTS diff --git a/storage/filesystem/fat/tests/TESTS/fat/fat_filesystem/main.cpp b/storage/filesystem/fat/tests/TESTS/fat/fat_filesystem/main.cpp index 47316bbc0701..720f2bc7b2bf 100644 --- a/storage/filesystem/fat/tests/TESTS/fat/fat_filesystem/main.cpp +++ b/storage/filesystem/fat/tests/TESTS/fat/fat_filesystem/main.cpp @@ -26,10 +26,6 @@ using namespace utest::v1; -#ifndef MBED_EXTENDED_TESTS -#error [NOT_SUPPORTED] Filesystem tests not supported by default -#else - static const int mem_alloc_threshold = 32 * 1024; // Test block device @@ -195,4 +191,3 @@ int main() return !Harness::run(specification); } -#endif // MBED_EXTENDED_TESTS diff --git a/storage/filesystem/fat/tests/TESTS/fat/multipart_fat_filesystem/main.cpp b/storage/filesystem/fat/tests/TESTS/fat/multipart_fat_filesystem/main.cpp index 19df1f97a612..4bece159fe20 100644 --- a/storage/filesystem/fat/tests/TESTS/fat/multipart_fat_filesystem/main.cpp +++ b/storage/filesystem/fat/tests/TESTS/fat/multipart_fat_filesystem/main.cpp @@ -28,10 +28,6 @@ using namespace utest::v1; -#ifndef MBED_EXTENDED_TESTS -#error [NOT_SUPPORTED] Filesystem tests not supported by default -#else - static constexpr int mem_alloc_threshold = 32 * 1024; static constexpr int BLOCK_SIZE = 512; static constexpr int BLOCK_COUNT = 512; @@ -265,4 +261,3 @@ int main() return !Harness::run(specification); } -#endif // MBED_EXTENDED_TESTS