Skip to content

Commit

Permalink
test: re-enable all tests
Browse files Browse the repository at this point in the history
- remove current dir debug
  • Loading branch information
romanzac committed May 6, 2024
1 parent 1856d3e commit b92250f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:

- name: Run tests
run: |
pwd
pytest tests/relay/test_rln.py -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
- name: Get allure history
if: always()
Expand Down
2 changes: 0 additions & 2 deletions src/node/waku_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ def parse_rln_credentials(self, default_args, is_registration):

current_working_directory = os.getcwd()

logger.debug(f"Current working directory: {current_working_directory}")

if self.is_nwaku():
if is_registration:
rln_args.update(
Expand Down

0 comments on commit b92250f

Please sign in to comment.