Skip to content

Commit

Permalink
[PSM Interop] SSA: Remove failfast=True (#34478)
Browse files Browse the repository at this point in the history
Was never needed in the first place.
  • Loading branch information
sergiitk authored Sep 26, 2023
1 parent bc4d81d commit 3f9417a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ def test_session_affinity_policy(self):


if __name__ == "__main__":
absltest.main(failfast=True)
absltest.main()
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ def test_session_affinity_policy_with_service_target(self):


if __name__ == "__main__":
absltest.main(failfast=True)
absltest.main()

0 comments on commit 3f9417a

Please sign in to comment.