diff --git a/tests/integrations/test_dsm.py b/tests/integrations/test_dsm.py index feb1d63126..84bf325482 100644 --- a/tests/integrations/test_dsm.py +++ b/tests/integrations/test_dsm.py @@ -53,7 +53,7 @@ def setup_dsm_kafka(self): self.r = weblog.get(f"/dsm?integration=kafka&queue={DSM_QUEUE}&group={DSM_CONSUMER_GROUP}") @irrelevant( - context.library in ["java", "nodejs", "dotnet"], reason="New behavior with cluster id not merged yet." + context.library in ["java", "dotnet"], reason="New behavior with cluster id not merged yet." ) def test_dsm_kafka(self): assert self.r.text == "ok"