Skip to content

Commit

Permalink
FIXME: Use ubuntu:rolling for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
swick committed Jan 7, 2025
1 parent 6dee7a1 commit f17fe29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# When this file is changed, or one needs to rebuild the image for another
# reason, bump the `IMAGE_TAG` in the container.yml workflow.

FROM ubuntu:latest
FROM ubuntu:rolling

RUN apt update
RUN apt upgrade -y
Expand Down
1 change: 0 additions & 1 deletion tests/test_usb.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def cb_device_events(session_handle, events):
)

@pytest.mark.parametrize("usb_queries", ["vnd:04a9", None])
@pytest.mark.skipif(xdp.is_in_container(), reason="Test fail in containers")
def test_device_remove(self, portals, dbus_con, app_id, usb_queries, umockdev):
usb_intf = xdp.get_portal_iface(dbus_con, "Usb")

Expand Down

0 comments on commit f17fe29

Please sign in to comment.