File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed
Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1140,7 +1140,7 @@ jobs:
11401140 uses : actions/checkout@v4
11411141 with :
11421142 path : sable
1143- ref : e9701e5e8d0c4f278ddd61ce7285f4918ecf99e9
1143+ ref : 52397dc9e0f27c3ed197f984c00f06639870716d
11441144 repository : Libera-Chat/sable
11451145 - name : Install rust toolchain
11461146 uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change @@ -84,15 +84,12 @@ LIMNORIA_SELECTORS := \
8484 $(EXTRA_SELECTORS )
8585
8686# Tests marked with arbitrary_client_tags or react_tag can't pass because Sable does not support client tags yet
87- # Tests marked with private_chathistory can't pass because Sable does not implement CHATHISTORY for DMs
88-
8987SABLE_SELECTORS := \
9088 not Ergo \
9189 and not deprecated \
9290 and not strict \
9391 and not arbitrary_client_tags \
9492 and not react_tag \
95- and not private_chathistory \
9693 and not list and not lusers and not time and not info \
9794 $(EXTRA_SELECTORS )
9895
Original file line number Diff line number Diff line change @@ -221,7 +221,6 @@ def testWhoisUser(self, server):
221221 )
222222
223223 @cases .mark_specifications ("RFC2812" )
224- @cases .xfailIfSoftware (["Sable" ], "https://github.com/Libera-Chat/sable/issues/101" )
225224 def testWhoisMissingUser (self ):
226225 """Test WHOIS on a nonexistent nickname."""
227226 self .connectClient ("qux" , name = "qux" )
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ software:
249249 name : Sable
250250 repository : Libera-Chat/sable
251251 refs :
252- stable : e9701e5e8d0c4f278ddd61ce7285f4918ecf99e9
252+ stable : 52397dc9e0f27c3ed197f984c00f06639870716d
253253 release : null
254254 devel : master
255255 devel_release : null
You can’t perform that action at this time.
0 commit comments