gck: disable parallel tests using gck-mock module Our tests are regularly failing when run in parallel, since the tests are all loading the gck-mock module and changing objects there, racing with each other. Explicitly prevent this by marking the tests as not parallel in meson.
(cherry picked from commit 9aeff4c3851b35338a812ebc05a4c46d486e1fa5)