Skip to content

Commit cdfdbf5

Browse files
committed
Saner marks
1 parent bf0e086 commit cdfdbf5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ jobs:
7171
- juju-snap-channel: "3.1/stable"
7272
agent-version: "3.1.6"
7373
libjuju-version: "3.2.2"
74+
exclude-mark: "not juju2"
7475
- juju-snap-channel: "2.9/stable"
7576
agent-version: "2.9.45"
7677
libjuju-version: "2.9.45.0"
78+
exclude-mark: "not juju3"
7779
name: ${{ matrix.juju-snap-channel }} - (GH hosted) ${{ matrix.tox-environment }}
7880
needs:
7981
- lint

tests/integration/test_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ async def test_weebl_db(ops_test: OpsTest, charm: str) -> None:
316316
await ops_test.model.remove_application("weebl", block_until_done=True)
317317

318318

319-
@pytest.mark.notjuju3
319+
@pytest.mark.juju2
320320
async def test_canonical_livepatch_onprem_bundle_db(ops_test: OpsTest) -> None:
321321
# Deploy and test the Livepatch onprem bundle (using this PostgreSQL charm
322322
# and an overlay to make the Ubuntu Advantage charm work with PostgreSQL).

0 commit comments

Comments
 (0)