This message was deleted.
# community-support
s
This message was deleted.
b
Don't think so as all the tests are running in the same jvm fork. I guess you could create a bunch of test tasks yourself and filter them to only execute a test per task, but that's gonna be a big overhead for gradle.
😞 1
l
Can you describe your use case more? I actually do not understand what you would achieve with your request.
j
I have a ktor integration that check if there is connection available to do A or B. This integration is KMP too. I could create a UI test in an Android emulator and setting the internet connection to off but it would be annoying to create an Android UI test for this and I would lose the verification on the rest of platform. The other solution in changing the implementation to inject a fake and setting that check to false, but I would like to know if there were a way to force in a specific test the condition of not having access to the network or something similar which would be having a more realistic use case.