Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: Update Cockpit lib to 79623a0a425600da302f66a2752afe35 #1832

Closed
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ COCKPIT_REPO_FILES = \
$(NULL)

COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = e61c1de5b7a6069a1f4dec2ce871b2e912921878 # 322 + 42 commits
COCKPIT_REPO_COMMIT = 79623a0a425600da302f66a2752afe35c96f6cf3 # 323

$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand Down
4 changes: 4 additions & 0 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -2881,9 +2881,13 @@ class TestApplication(testlib.MachineCase):
b.wait_visible(container_1_sel + " .ct-badge-toolbox:contains('toolbox')")
b.wait_visible(container_2_sel + " .ct-badge-distrobox:contains('distrobox')")

# this isn't *really* a Firefox bug, but the different timing just triggers this a lot
# https://github.com/cockpit-project/cockpit-podman/issues/1836
@testlib.skipBrowser("pod dialog state management is broken", "firefox")
def testCreatePodSystem(self):
self._createPod(True)

@testlib.skipBrowser("pod dialog state management is broken", "firefox")
def testCreatePodUser(self):
self._createPod(False)

Expand Down