smithy-lang / smithy-python

Smithy code generators and core modules for Python (in development)
Apache License 2.0
47 stars 10 forks source link

Suppress flaky integ tests #271

Closed JordonPhillips closed 2 months ago

JordonPhillips commented 2 months ago

This moves some integ tests that were incorrectly put into unit tests and additionally marks them as skipped. They're being skipped because they've become flaky, likely due to some changes on the host side that we can't control. They should ultimately be replaced with unit tests.

Note that protocol tests will be failing until #270 is merged.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.