nixosTests.scx: remove scx_central test

- Not considered production-ready by upstream
- Crashes shortly after being run
This commit is contained in:
Gliczy
2025-08-27 12:07:41 +02:00
committed by Masum Reza
parent f447c7c08d
commit 4adf5a21d5

View File

@@ -12,7 +12,6 @@
specialisation = { specialisation = {
bpfland.configuration.services.scx.scheduler = "scx_bpfland"; bpfland.configuration.services.scx.scheduler = "scx_bpfland";
central.configuration.services.scx.scheduler = "scx_central";
cosmos.configuration.services.scx.scheduler = "scx_cosmos"; cosmos.configuration.services.scx.scheduler = "scx_cosmos";
flash.configuration.services.scx.scheduler = "scx_flash"; flash.configuration.services.scx.scheduler = "scx_flash";
flatcg.configuration.services.scx.scheduler = "scx_flatcg"; flatcg.configuration.services.scx.scheduler = "scx_flatcg";
@@ -29,7 +28,6 @@
testScript = '' testScript = ''
specialisation = [ specialisation = [
"bpfland", "bpfland",
"central",
"cosmos", "cosmos",
"flash", "flash",
"flatcg", "flatcg",