Skip to content

Commit e95a288

Browse files
committed
Update Sable
1 parent a3c2110 commit e95a288

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ jobs:
11831183
uses: actions/checkout@v4
11841184
with:
11851185
path: sable
1186-
ref: baed3ef9ac4550dc36a45b758436769e82e8ec58
1186+
ref: 85d8591afae3322f4aa8609d1d0305aaf25e1719
11871187
repository: Libera-Chat/sable
11881188
- name: Install rust toolchain
11891189
uses: actions-rs/toolchain@v1

irctest/server_tests/kill.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
class KillTestCase(cases.BaseServerTestCase):
1111
@cases.mark_specifications("Modern")
12-
@cases.xfailIfSoftware(["Sable"], "https://github.com/Libera-Chat/sable/issues/154")
1312
def testKill(self):
1413
self.connectClient("ircop", name="ircop")
1514
self.connectClient("alice", name="alice")

workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ software:
252252
name: Sable
253253
repository: Libera-Chat/sable
254254
refs:
255-
stable: baed3ef9ac4550dc36a45b758436769e82e8ec58
255+
stable: 85d8591afae3322f4aa8609d1d0305aaf25e1719
256256
release: null
257257
devel: master
258258
devel_release: null

0 commit comments

Comments
 (0)