From f0504263f6feb1a2a49d3b2c87c9f0d23d9a581c Mon Sep 17 00:00:00 2001 From: Dan O'Meara Date: Tue, 6 Oct 2020 10:58:59 -0700 Subject: [PATCH 1/2] chore: fixes flaky test fixes #4794 --- video/cloud-client/analyze/video_detect_faces_beta_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/video/cloud-client/analyze/video_detect_faces_beta_test.py b/video/cloud-client/analyze/video_detect_faces_beta_test.py index 175f2b483618..5a4ef9a950f9 100644 --- a/video/cloud-client/analyze/video_detect_faces_beta_test.py +++ b/video/cloud-client/analyze/video_detect_faces_beta_test.py @@ -30,4 +30,3 @@ def test_detect_faces(capsys): out, _ = capsys.readouterr() assert "Face detected:" in out - assert "Attributes:" in out From fd9caa093669c7213f98dff4dc00e0b679893ad6 Mon Sep 17 00:00:00 2001 From: Dan O'Meara Date: Tue, 6 Oct 2020 11:28:50 -0700 Subject: [PATCH 2/2] chore: fixes flaky test Fixes #4793 Removes assertion which the backend inconsistently satifies. --- video/cloud-client/analyze/video_detect_faces_gcs_beta_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/video/cloud-client/analyze/video_detect_faces_gcs_beta_test.py b/video/cloud-client/analyze/video_detect_faces_gcs_beta_test.py index e4f666aeb959..3adecf604dd1 100644 --- a/video/cloud-client/analyze/video_detect_faces_gcs_beta_test.py +++ b/video/cloud-client/analyze/video_detect_faces_gcs_beta_test.py @@ -30,4 +30,3 @@ def test_detect_faces(capsys): out, _ = capsys.readouterr() assert "Face detected:" in out - assert "Attributes:" in out