Skip to content

Commit

Permalink
try on ubuntu-20.04 instead of -latest (22.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Dec 18, 2022
1 parent 58bf790 commit 8e50aca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-20.04, macos-latest]

env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
Expand Down
3 changes: 0 additions & 3 deletions tests/test_tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2663,9 +2663,6 @@ async def client(addr):
self.loop.run_until_complete(client(srv.addr))

def test_remote_shutdown_receives_trailing_data(self):
# TODO: skipping to see if this avoids the hangs
raise unittest.SkipTest()

CHUNK = 1024 * 16
SIZE = 8
count = 0
Expand Down

0 comments on commit 8e50aca

Please sign in to comment.