@@ -450,25 +450,25 @@ jobs:
450450 # cmd: 'tests/python_tests/test_llm_pipeline.py tests/python_tests/test_llm_pipeline_static.py tests/python_tests/test_vlm_pipeline.py tests/python_tests/test_structured_output.py'
451451 # run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).visual_language.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
452452 # timeout: 180
453- - name : ' GGUF Reader tests'
454- cmd : ' python -m pytest -v ./tests/python_tests/test_gguf_reader.py'
455- run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).GGUF.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
456- timeout : 360
457- - name : ' Tokenizer tests'
458- cmd : ' python -m pytest -v ./tests/python_tests/test_tokenizer.py'
459- run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}
460- timeout : 60
453+ # - name: 'GGUF Reader tests'
454+ # cmd: 'python -m pytest -v ./tests/python_tests/test_gguf_reader.py'
455+ # run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).GGUF.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
456+ # timeout: 360
457+ # - name: 'Tokenizer tests'
458+ # cmd: 'python -m pytest -v ./tests/python_tests/test_tokenizer.py'
459+ # run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}
460+ # timeout: 60
461461 # Only supported on X64 or ARM with SVE support
462462 # - name: 'API tests'
463463 # cmd: 'tests/python_tests/test_continuous_batching.py tests/python_tests/test_generation_config.py tests/python_tests/test_sampling.py tests/python_tests/test_text_streamer.py'
464464 # run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test || fromJSON(needs.smart_ci.outputs.affected_components).sampling.test || fromJSON(needs.smart_ci.outputs.affected_components).text_streamer.test }}
465465 # timeout: 60
466- - name : ' Rag tests'
467- cmd : ' python -m pytest -v ./tests/python_tests/test_rag.py'
468- run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).RAG.test }}
469- timeout : 30
466+ # - name: 'Rag tests'
467+ # cmd: 'python -m pytest -v ./tests/python_tests/test_rag.py'
468+ # run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).RAG.test }}
469+ # timeout: 30
470470 - name : ' WWB tests'
471- cmd : ' python -m pytest -v ./tools/who_what_benchmark/tests -m "not nanollava" '
471+ cmd : ' python -m pytest -v ./tools/who_what_benchmark/tests -m reranking"
472472 run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).WWB.test }}
473473 timeout: 180
474474 - name: ' WWB tests (nanollava)'
0 commit comments