Skip to content

Commit a67e42f

Browse files
authored
Merge branch 'main' into highlight_function
2 parents 437c7d4 + 561c746 commit a67e42f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/client_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111
def test_get_usage_info(client):
12+
pytest.skip("Deprecated LLMWhisperer v1")
1213
usage_info = client.get_usage_info()
1314
logger.info(usage_info)
1415
assert isinstance(usage_info, dict), "usage_info should be a dictionary"
@@ -36,6 +37,7 @@ def test_get_usage_info(client):
3637
],
3738
)
3839
def test_whisper(client, data_dir, processing_mode, output_mode, input_file):
40+
pytest.skip("Deprecated LLMWhisperer v1")
3941
file_path = os.path.join(data_dir, input_file)
4042
whisper_result = client.whisper(
4143
processing_mode=processing_mode,

0 commit comments

Comments
 (0)