Skip testMakeStreamOnShutdownSubchannel on 5.8 and earlier (#1885)
Motivation:
`testMakeStreamOnShutdownSubchannel` occasionally hits an assertion
failure in pthread caused by a bug in the Swift concurrency runtime.
This was fixed in 5.9.
Modifications:
- Skip the test for older compiler versions
Result:
Fewer false negatives