Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
Loading