bpo-19113: remove unused test_errors by akulakov · Pull Request #28008 · python/cpython

This test was added as part of commit:
babddfc

It was added alongside a test with the same name at line 300. Therefore, this test can be removed as it was never used because was always shadowed by the second test; and because it is failing now when enabled.

It should be removed to avoid confusion and test failures if second test is ever moved or renamed.

https://bugs.python.org/issue19113