mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	This test started failing recently; the apparent cause is that sometimes, zerver/lib/generate_test_data.py generates messages containing bulleted lists, and those don't end with a `</p>` tag since they end with `</ul>` instead; the result is that this test failed nondeterministically in CI. There isn't really a useful version of this check to do that would cover that case (as well as the entire message body being a bulleted list), so we just remove the check; I don't think it's ever caught any actual bugs.