Downgrade WebKit for the Linux GH runner #1980
                
     Merged
            
            
          
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Downgrade to
2.44.0-2(from2.48.0-0ubuntu0.24.04.1). I would have liked to use the previously working version (2.46.6-0ubuntu0.24.04.1) but I wasn't able to provide the correct version string for it. If someone knows it, feel free to improve this solution.This fixes the obscure errors thrown when running the Linux tests. I found this exception in the logs of the most recent GH Actions runs (all of which fail since 2 days ago):
Which led me to believe that the problem was similar to what we already knew from #1564 i.e. that newer versions of WebKit don't work well with our current SWT tests.
Downgrading to an older version of WebKit is just a temporary solution but the best I could come up with given my little knowledge of WebKit.