Now that PEP561 tests run sequentially (#12857), they can take a big fraction of the
entire runtests.py runtime. I think that we should make the tests opt-in, similar to some
of the slow mypyc tests. They will run in CI always in any case.
Anybody want to help with this?