pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
61 stars 63 forks source link

Skip testDoBrowseMethodReferences until it passes #1448

Closed jecisc closed 12 months ago

jecisc commented 1 year ago

testDoBrowseMethodReferences is failing because the UI thread is blocked during its execution. I propose to skip it until we have a better solution (like non blocking informs)

I also updated a deprecated method

Ducasse commented 12 months ago

Thanks I was working on a notify alternative but it is not fully working.