diff --git a/.github/workflows/interop_tests.yml b/.github/workflows/interop_tests.yml index 618eee661e..7dffab414c 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 25c2bbc673..60bde77f32 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 f0741a8b94..e4b41825b5 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)