scheduler: move tests that depend on calling schedulers into integration package (#26037)

This commit is contained in:
Piotr Kazmierczak
2025-06-24 09:31:10 +02:00
committed by GitHub
parent a3e096b0c9
commit 27da75044e
6 changed files with 120 additions and 157 deletions

View File

@@ -47,6 +47,7 @@
"plugins/...",
"scheduler/...",
"scheduler/feasible/...",
"scheduler/integration/...",
"scheduler/reconciler/...",
"testutil/..."
]