Skip to content

Commit

Permalink
Merge pull request #54 from ORNL/dev
Browse files Browse the repository at this point in the history
Main<Dev
  • Loading branch information
renan-souza authored Feb 10, 2023
2 parents b87b3a4 + 6da4bf6 commit 94484e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: [pull_request]
jobs:

build:

runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'CI Bot')"
steps:
Expand Down
2 changes: 2 additions & 0 deletions tests/plugins/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,6 @@ def test_observer_and_consumption_error_task(self):
@classmethod
def tearDownClass(cls):
TestDask.consumer.stop()
TestDask.client.shutdown()
TestDask.client.close()
sleep(5)

0 comments on commit 94484e8

Please sign in to comment.