Hello, I am creating a target-iceberg and would li...
# troubleshooting
m
Hello, I am creating a target-iceberg and would like to skip two tests since, at first, we won’t implement the functionality related to these tests. Would it be possible to skip two of these tests? I would like to skip the
TestTargetIceberg::test_target_encoded_string_data
and
TestTargetIceberg::test_target_schema_updates tests
1
e
Hi @marcos_wesley! You might be able to mark them as XFAIL in the meantime, similar to https://github.com/edgarrmondragon/tap-planetscaleapi/blob/16c14171b2b15aa49406c8a3f6f002a6d3f22039/tests/conftest.py
👀 1
💜 1
m
Thanks @Edgar Ramírez (Arch.dev)! I’ll do that for now
np 1