Skip to content

Commit 2e5162e

Browse files
authored
Merge pull request apache#15387 from ibzib/ignore-recommendation-py
[BEAM-12683] Sickbay RecommendationAIIT.test_create_catalog_item
2 parents 54a3026 + 64d7452 commit 2e5162e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdks/python/apache_beam/ml/gcp/recommendations_ai_test_it.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def extract_prediction(response):
5757
@unittest.skipIf(
5858
recommendationengine is None,
5959
"Recommendations AI dependencies not installed.")
60+
@unittest.skip('https://issues.apache.org/jira/browse/BEAM-12683')
6061
class RecommendationAIIT(unittest.TestCase):
6162
def test_create_catalog_item(self):
6263

0 commit comments

Comments
 (0)