You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2021/08/25 17:07:39 UTC

[beam] branch master updated: [BEAM-12683] Sickbay RecommendationAIIT.test_create_catalog_item

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 64d7452  [BEAM-12683] Sickbay RecommendationAIIT.test_create_catalog_item
     new 2e5162e  Merge pull request #15387 from ibzib/ignore-recommendation-py
64d7452 is described below

commit 64d74526d37d337c206139915b05c9b1da08f43e
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Tue Aug 24 16:49:40 2021 -0700

    [BEAM-12683] Sickbay RecommendationAIIT.test_create_catalog_item
---
 sdks/python/apache_beam/ml/gcp/recommendations_ai_test_it.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/apache_beam/ml/gcp/recommendations_ai_test_it.py b/sdks/python/apache_beam/ml/gcp/recommendations_ai_test_it.py
index 535a29f..b7175ec 100644
--- a/sdks/python/apache_beam/ml/gcp/recommendations_ai_test_it.py
+++ b/sdks/python/apache_beam/ml/gcp/recommendations_ai_test_it.py
@@ -57,6 +57,7 @@ def extract_prediction(response):
 @unittest.skipIf(
     recommendationengine is None,
     "Recommendations AI dependencies not installed.")
+@unittest.skip('https://issues.apache.org/jira/browse/BEAM-12683')
 class RecommendationAIIT(unittest.TestCase):
   def test_create_catalog_item(self):