Commit cac0d563 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Mark one test as expected to fail

The test_abort_close runner test fails as the abort->close flow takes
a detour through abort->restart->close in the current implementation.
parent 1a5f9906
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
import unittest

import trio.testing

from kilter.protocol import *
@@ -266,6 +268,7 @@ class RunnerTests(AsyncTestCase):
		assert aborted
		assert helo == "test.example.com"

	@unittest.expectedFailure
	async def test_abort_close(self) -> None:
		"""
		Check that a runner closes and does not restart when it receives an Abort + Close