From 91db651229fcce813dfaf883384143d86ed4f5bb Mon Sep 17 00:00:00 2001 From: Florin Barbu Date: Thu, 18 Jan 2024 18:29:24 +0200 Subject: [PATCH] try with publish_dir --- .github/workflows/interop_tests.yml | 2 +- .github/workflows/test_common.yml | 3 +-- tests/filter/test_get_messages.py | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/interop_tests.yml b/.github/workflows/interop_tests.yml index 618eee66..7dffab41 100644 --- a/.github/workflows/interop_tests.yml +++ b/.github/workflows/interop_tests.yml @@ -19,7 +19,7 @@ on: default: "harbor.status.im/wakuorg/nwaku:latest" additional_nodes: required: false - description: "Additional optional nodes used in e2e tests, separated by , " + description: "Additional optional nodes used in e2e tests, separated by ," type: string default: "harbor.status.im/wakuorg/nwaku:latest,harbor.status.im/wakuorg/go-waku:latest,harbor.status.im/wakuorg/nwaku:latest" push: diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 25c2bbc6..60bde77f 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -73,8 +73,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages - publish_dir: allure-history - destination_dir: ${{ env.CALLER }} + publish_dir: ${{ env.CALLER }}/allure-history - name: Create job summary if: always() diff --git a/tests/filter/test_get_messages.py b/tests/filter/test_get_messages.py index f0741a8b..e4b41825 100644 --- a/tests/filter/test_get_messages.py +++ b/tests/filter/test_get_messages.py @@ -76,6 +76,7 @@ class TestFilterGetMessages(StepsFilter): except Exception as ex: assert "Bad Request" in str(ex) + @pytest.mark.xfail("nwaku" in NODE_1, reason="Bug reported: https://github.com/waku-org/nwaku/issues/2320") def test_filter_get_message_duplicate_message(self): message = self.create_message() self.check_published_message_reaches_filter_peer(message)