From 4d4e4a3ef92bebb99d8277828e1177e226737bd2 Mon Sep 17 00:00:00 2001 From: Brian Daniels Date: Thu, 6 Apr 2017 14:18:37 -0500 Subject: [PATCH] Removing old filesystem test --- tools/tests.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/tests.py b/tools/tests.py index 530081c4d5..a7e2647070 100644 --- a/tools/tests.py +++ b/tools/tests.py @@ -1042,11 +1042,6 @@ TESTS = [ "automated": True, #"host_test" : "dev_null_auto", }, - { - "id": "EXAMPLE_2", "description": "FS + RTOS", - "source_dir": join(TEST_DIR, "mbed", "fs"), - "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, TEST_MBED_LIB], - }, # CPPUTEST Library provides Unit testing Framework #