Skip model config tests (#635)

For #633
This commit is contained in:
David Kyle 2023-11-21 11:07:55 +00:00 committed by GitHub
parent 87d18bd850
commit b689759278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",