Skip to content

Commit

Permalink
silence
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx authored and Aron Szanto committed Dec 23, 2024
1 parent fb2898b commit 3d0a199
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from datetime import timezone
from typing import Any

import pytest

from danswer.connectors.models import InputType
from danswer.db.enums import AccessType
from danswer.server.documents.models import DocumentSource
Expand All @@ -23,7 +25,7 @@
from tests.integration.connector_job_tests.slack.slack_api_utils import SlackManager


# @pytest.mark.xfail(reason="flaky - see DAN-789 for example", strict=False)
@pytest.mark.xfail(reason="flaky - see DAN-789 for example", strict=False)
def test_slack_permission_sync(
reset: None,
vespa_client: vespa_fixture,
Expand Down

0 comments on commit 3d0a199

Please sign in to comment.