Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tests/integration/test_file_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from pathlib import Path
from typing import TYPE_CHECKING

import pytest

from infrahub_sdk.testing.docker import TestInfrahubDockerClient
from infrahub_sdk.testing.schemas.file_object import (
PDF_MAGIC_BYTES,
Expand All @@ -20,7 +18,6 @@
from infrahub_sdk import InfrahubClient, InfrahubClientSync


@pytest.mark.xfail(reason="Requires Infrahub 1.8+")
class TestFileObjectAsync(TestInfrahubDockerClient, SchemaFileObject):
"""Async integration tests for FileObject functionality."""

Expand Down Expand Up @@ -138,7 +135,6 @@ async def test_update_without_file_change(self, client: InfrahubClient, load_fil
assert updated.checksum.value == contract_to_update.checksum.value


@pytest.mark.xfail(reason="Requires Infrahub 1.8+")
class TestFileObjectSync(TestInfrahubDockerClient, SchemaFileObject):
"""Sync integration tests for FileObject functionality."""

Expand Down