Skip to content

Commit

Permalink
mark test as an expected failure in gemstone
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Feb 7, 2024
1 parent 5d01988 commit a8941d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
running
testing
expectedFailures
| todo |
todo := #(testExpiryFunctionalTest testFilterFunctionalTest).
^ (GRPlatform current class == (Smalltalk at: #GRGemStonePlatform ifAbsent:[ nil ]))
ifTrue: [ #(testContextFunctionalTest), todo "requires https://github.com/GsDevKit/Grease/pull/17 to be merged" ]
ifTrue: [ #(testUploadFunctionalTestWithStreamingUploads testContextFunctionalTest), todo ]
ifFalse:[ todo ]

0 comments on commit a8941d5

Please sign in to comment.