Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: replace tarantool bugs xfail to skip
Tests related to Tarantool datetime bugs [1, 2] are marked with xfail so it would be convenient to notice when the bug is fixed. At the same time, tarantool/tarantool CI requires that tarantool/tarantool-python CI must be green for each PR and it's not work for a PR with datetime bugs [1, 2] fix: xfail triggers "unexpected success" and CI fails. To break this codependency, this patch replaces xfail with skip. 1. tarantool/tarantool#7698 2.tarantool/tarantool#7700 Follows #229
- Loading branch information