forked from M-Labs/artiq
1
0
Fork 0

test: stop checking for artiq_netboot

This commit is contained in:
Sebastien Bourdeauducq 2020-10-15 16:18:56 +08:00
parent 7a5996ba79
commit 59703ad31d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class TestFrontends(unittest.TestCase):
], ],
"artiq": [ "artiq": [
"client", "compile", "coreanalyzer", "coremgmt", "client", "compile", "coreanalyzer", "coremgmt",
"netboot", "flash", "master", "mkfs", "route", "flash", "master", "mkfs", "route",
"rtiomon", "run", "session", "browser", "dashboard" "rtiomon", "run", "session", "browser", "dashboard"
] ]
} }