Skip to content

Commit

Permalink
Stop running unit tests in package.py (#4624)
Browse files Browse the repository at this point in the history
Unit tests were still being invoked in package after
[reverting](#4616).

Properly reverting, to unblock deployments
  • Loading branch information
vitorguidi authored Jan 17, 2025
1 parent 41431ca commit 41e5571
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/local/butler/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from local.butler import appengine
from local.butler import common
from local.butler import constants
from local.butler import py_unittest
from src.clusterfuzz._internal.base import utils

MIN_SUPPORTED_NODEJS_VERSION = 4
Expand Down Expand Up @@ -84,8 +83,6 @@ def package(revision,
print('You do not have nodejs, or your nodejs is not at least version 4.')
sys.exit(1)

py_unittest.execute(args={})

common.install_dependencies(platform_name=platform_name)

# This needs to be done before packaging step to let src/appengine/config be
Expand Down

0 comments on commit 41e5571

Please sign in to comment.