summaryrefslogtreecommitdiff
path: root/util/twister_tags.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/twister_tags.py')
-rwxr-xr-xutil/twister_tags.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/twister_tags.py b/util/twister_tags.py
index 68ac5846bd..692fdc1e99 100755
--- a/util/twister_tags.py
+++ b/util/twister_tags.py
@@ -29,7 +29,6 @@ TAG_TO_DESCRIPTION = {
"mkbp": "Testing the MKBP (Matrix Keyboard Protocol) stack",
"system": "Directly test functions in common/system.c or shim/src/system.c",
"spi": "SPI related tests",
- "uart": "UART related tests",
}
SCRIPT_PATH = os.path.realpath(__file__)