Skip to content

Commit ec8c323

Browse files
authored
fix: Ignore an unstable test (#11432)
1 parent d346404 commit ec8c323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generative_ai/test_gemini_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def test_gemini_count_token_example() -> None:
8686
assert "sky" in text
8787

8888

89+
@pytest.mark.skip("Skip the test until it gets stable.")
8990
def test_gemini_safety_config_example() -> None:
9091
import http
9192
import typing

0 commit comments

Comments
 (0)