File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ The current collected test files are:
205205- tests/test_inference_quantization.py
206206- tests/test_inference_sampling.py
207207- tests/test_inference_serving.py
208+ - tests/test_inference_side_channels.py
208209- tests/test_inference_speculative_decode.py
209210- tests/test_kernel_policy.py
210211- tests/test_lint_mlx.py
Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ for (const rw of REWRITERS) {
2727 await modal . waitFor ( { timeout : 60_000 } ) ;
2828 const extras = await readTrainExtras ( page ) ;
2929
30- // Top-level extras has the list (array DOM testid pattern)
31- const rwListRoot = page . locator (
32- "[data-testid^='run-result-extras-train-model_summary-rewriters_applied']" ) ;
33- const count = await rwListRoot . count ( ) ;
3430 // model_summary.rewriters_applied renders as nested object → dl entry
3531 // OR as array → ol. Either way the chosen rewriter name must appear.
3632 // Easier: assert top-level extras renders the array via the recursive
You can’t perform that action at this time.
0 commit comments