Skip to content

Commit d12a00b

Browse files
Skip flaky test: test_entry_point (#93976)
1 parent e2274a6 commit d12a00b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sentry_plugins/twilio/test_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from functools import cached_property
22
from urllib.parse import parse_qs
33

4+
import pytest
45
import responses
56

67
from sentry.models.rule import Rule
@@ -106,6 +107,7 @@ def test_conf_key() -> None:
106107
assert TwilioPlugin().conf_key == "twilio"
107108

108109

110+
@pytest.mark.skip(reason="flaky: #93975")
109111
def test_entry_point() -> None:
110112
assert_plugin_installed("twilio", TwilioPlugin())
111113

0 commit comments

Comments
 (0)