```Task 'linuxArm64Test' is ambiguous in root proj...
# kotlin-native
c
Copy code
Task 'linuxArm64Test' is ambiguous in root project 'Playground' and its subprojects. Candidates are: 'linuxArm64TestBinaries', 'linuxArm64TestKlibrary', 'linuxArm64TestProcessResources'.
Why are there multiple test tasks for linuxArm64, but not for any other target? What's special about this one? I can't find any related documentation 🤔
a
Wild guess - are you running it on a Linux machine? My guess is task only exists when on a Linux machine
c
It is a Linux (X64) machine. But I don't have this issue with the iOS tasks, which definitely can't be run there.