As someone who works almost exclusively on macOS, ...
# kotest-contributors
e
As someone who works almost exclusively on macOS, this feels slightly hostile 😜
Copy code
@EnabledIf(LinuxCondition::class)
class BindTest : StringSpec({
l
I believe this condition is to ensure we are not running on MacOS minutes. I don't remember if it had any practical change
e
Could it be solved with tags or something instead? Current solution makes developing on anything but linux kinda tedious?
l
you could change LinuxCondition to return true as a quick workaround
But I don't believe it can be disabled currently
a
I feel your pain , I believe there is a reason for that: some flaky tests were intermittently failing on Mac
s
Yesh I wanna change this to not-mac-on-ci
❤️ 1
Rather than no mac at all
l
Grrr I think macs should be excluded. From the world
s
Haha
Yes
Linux for the win