Skip to content

Commit

Permalink
Automated rollback of commit d9dc4fd.
Browse files Browse the repository at this point in the history
*** Reason for rollback ***

Rollforward after fixing the underlying problem in 9b027c8

*** Original change description ***

Disable PyTest.testSmoke on macOS

Due to #20660

RELNOTES: None
PiperOrigin-RevId: 595998556
Change-Id: Idddf6149a918de4408a3fda016d605380a4ab6af
  • Loading branch information
meteorcloudy authored and copybara-github committed Jan 5, 2024
1 parent 1e9ca85 commit fecb412
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/py/bazel/py_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ def createSimpleFiles(self):
])

def testSmoke(self):
if test_base.TestBase.IsDarwin():
# Re-enable after fixing https://github.com/bazelbuild/bazel/issues/20660
return
self.createSimpleFiles()
_, stdout, _ = self.RunBazel(['run', '//a:a'])
self.assertIn('Hello, World', stdout)
Expand Down

0 comments on commit fecb412

Please sign in to comment.