#ExcludedGroups
10/12 Alberta excluded several NACI-recommended high-risk groups from free vaccines: all people over 65, pregnant people, Indigenous people, healthcare workers, and racialized communities.

Major deviation from national guidelines.
#NACIDeviation #ExcludedGroups
June 28, 2025 at 7:50 PM Everybody can reply
1 reposts 2 likes
I finally learned about an easy way to disable some tests on ci. Tag them with e.g. `@Tag("onlyOnCi")` and configure maven-surefire-plugin with excludedGroups set to `onlyOnCi` and do that in a profile activated by `env.CI=true`.

I guess almost everyone else already knew this, but I'm happy now :)
November 17, 2024 at 1:16 PM Everybody can reply
7 likes