Skip to content

Commit

Permalink
Pointless Commit to trigger travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja Lorente committed Mar 28, 2019
1 parent 7bc6864 commit 56ecae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/pants_test/pants_run_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def decorator(f):
def wrapper(self, *args, **kwargs):
are_pantsd_tests_hermetic = pants_run_integration_test_cls.hermetic()
print("BL: are_pantsd_tests_hermetics: {}".format(are_pantsd_tests_hermetic))
#raise ValueError("BL: Is this running at all?")
if not are_pantsd_tests_hermetic:
return f(self, *args, **kwargs)
else:
Expand Down

0 comments on commit 56ecae1

Please sign in to comment.