Ballerina: shouldn't all tests be enabled by default?

Hi Community!

Tests suites for Ballerina exercises I checked on Github have always all tests but the first as

@test:Config {
    enable: false
}

so when I use the online editor, only the first tests needs to pass to allow a solution to be submitted. I thought that’s a bug but perhaps there are legitimate reasons for all tests but the first to be disabled.

Thanks a lot!

That should not be true. Might be a bug in the test runner: ballerina-test-runner/bin/run.sh at main · exercism/ballerina-test-runner · GitHub @glennj do you know if this is correct?

I never updated the test runner to handle skipped tests. I’ll PR that.

1 Like