alternator-test: enable precision test for add

With big_decimal-based implementation, the precision test passes.
Message-Id: <6d631a43901a272cb9ebd349cb779c9677ce471e.1562318971.git.sarna@scylladb.com>
This commit is contained in:
Piotr Sarna
2019-07-05 11:29:56 +02:00
committed by Nadav Har'El
parent 78e495fac3
commit 8f9e720f10

View File

@@ -348,7 +348,6 @@ def test_update_expression_plus_basic(test_table_s):
# unchanged, the "+" and "-" operations need to calculate with them, and
# we should check the calculation isn't done with some lower-precision
# representation, e.g., double
@pytest.mark.xfail(reason="plus and minus implemented with wrong precision")
def test_update_expression_plus_precision(test_table_s):
p = random_string()
test_table_s.update_item(Key={'p': p},