Miss reporting of concurrency status in Console

My environment is currently based on the free plan, which allows for 30 concurrent jobs and up to 5 self-hosted runners, of which I have 1 deployed.

I just fired off CI build that has 5 tasks defined under workflow, which resulted in 5 builds being defined at the console.

Well, 5 tasks into 1 runner do not fit and so I expected them to be queued up. The problem is that tasks get flagged as “CONCURRENCY LIMIT”, with a tooltip message of “This job was waitlisted due to your concurrency limits. Go to plan”.

So the message is incorrect as it was not the concurrency limit that I hit, but my deployed runner limit. What complicated this issue is the attempt to sell a plan upgrade based on this incorrect statement.