Skip to content

Commit

Permalink
skipping cli builder test on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fcostaoliveira committed Aug 20, 2024
1 parent f188bc4 commit 322f35c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utils/tests/test_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@ def test_get_branch_version_from_test_details():

def test_cli_build():
try:
# if should_run_builder():
if True:

if should_run_builder():
db_port = int(os.getenv("DATASINK_PORT", "6379"))
conn = redis.StrictRedis(port=db_port)
conn.ping()
Expand Down

0 comments on commit 322f35c

Please sign in to comment.