cqle: remove outdated comment about test failing

This commit is contained in:
Adam Holmberg
2015-03-23 17:31:36 -05:00
parent cea17aaf1f
commit 1c57b2b32a

View File

@@ -219,10 +219,6 @@ class QueryUpdateTests(BaseCassEngTestCase):
def test_map_update_none_deletes_key(self): def test_map_update_none_deletes_key(self):
""" The CQL behavior is if you set a key in a map to null it deletes """ The CQL behavior is if you set a key in a map to null it deletes
that key from the map. Test that this works with __update. that key from the map. Test that this works with __update.
This test fails because of a bug in the cql python library not
converting None to null (and the cql library is no longer in active
developement).
""" """
partition = uuid4() partition = uuid4()
cluster = 1 cluster = 1