Filter version_too_old errors

This commit is contained in:
A.J. Beamon 2018-08-24 10:05:24 -07:00
parent f60c927f16
commit adfaa618e6
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ class DirectoryTest(Test):
def get_result_specifications(self): def get_result_specifications(self):
return [ return [
ResultSpecification(self.stack_subspace, key_start_index=1, ordering_index=1, global_error_filter=[1021]), ResultSpecification(self.stack_subspace, key_start_index=1, ordering_index=1, global_error_filter=[1007, 1021]),
ResultSpecification(self.directory_log, ordering_index=0), ResultSpecification(self.directory_log, ordering_index=0),
ResultSpecification(self.subspace_log, ordering_index=0) ResultSpecification(self.subspace_log, ordering_index=0)
] ]