Skip to content

Commit 2727a0b

Browse files
authored
fix: mark expected failure (#9301)
1 parent 3bef917 commit 2727a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

people-and-planet-ai/weather-forecasting/tests/training_tests/test_training.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def data_path_gcs(bucket_name: str) -> str:
5555
return path_gcs
5656

5757

58+
@pytest.mark.xfail(reason="temporary API service issues")
5859
def test_train_model(
5960
project: str,
6061
bucket_name: str,

0 commit comments

Comments
 (0)