From b689759278de59cedf9e8434b2736c6b95625f3a Mon Sep 17 00:00:00 2001 From: David Kyle Date: Tue, 21 Nov 2023 11:07:55 +0000 Subject: [PATCH] Skip model config tests (#635) For #633 --- tests/ml/pytorch/test_pytorch_model_config_pytest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ml/pytorch/test_pytorch_model_config_pytest.py b/tests/ml/pytorch/test_pytorch_model_config_pytest.py index d0f73b0..09e632b 100644 --- a/tests/ml/pytorch/test_pytorch_model_config_pytest.py +++ b/tests/ml/pytorch/test_pytorch_model_config_pytest.py @@ -146,6 +146,7 @@ else: MODEL_CONFIGURATIONS = [] +@pytest.mark.skip(reason="https://github.com/elastic/eland/issues/633") class TestModelConfguration: @pytest.mark.parametrize( "model_id,task_type,config_type,tokenizer_type,max_sequence_len,embedding_size",