diff --git a/tests/sentry/dashboards/endpoints/test_organization_dashboard_details.py b/tests/sentry/dashboards/endpoints/test_organization_dashboard_details.py index 65a496a0f24e9d..4515ed776d2bea 100644 --- a/tests/sentry/dashboards/endpoints/test_organization_dashboard_details.py +++ b/tests/sentry/dashboards/endpoints/test_organization_dashboard_details.py @@ -1754,6 +1754,7 @@ def test_update_widget_invalid_orderby(self) -> None: assert response.status_code == 400, response.data assert b"Cannot sort by a field" in response.content + @pytest.mark.skip(reason="flaky: #106007") def test_remove_widget_and_add_new(self) -> None: # Remove a widget from the middle of the set and put a new widget there data = {