diff --git a/src/constants.py b/src/constants.py index c157accc04..1184c6468e 100644 --- a/src/constants.py +++ b/src/constants.py @@ -36,7 +36,7 @@ SNAP_PACKAGES = [ ( POSTGRESQL_SNAP_NAME, - {"revision": {"aarch64": "114", "x86_64": "115"}, "channel": "14/stable"}, + {"revision": {"aarch64": "112", "x86_64": "113"}, "channel": "14/stable"}, ) ] diff --git a/tests/integration/test_plugins.py b/tests/integration/test_plugins.py index 5d78dcd3aa..22a5ab3ff3 100644 --- a/tests/integration/test_plugins.py +++ b/tests/integration/test_plugins.py @@ -159,7 +159,7 @@ async def test_plugins(ops_test: OpsTest) -> None: "plugin_postgis_raster_enable": POSTGIS_RASTER_EXTENSION_STATEMENT, "plugin_postgis_topology_enable": POSTGIS_TOPOLOGY_EXTENSION_STATEMENT, "plugin_vector_enable": VECTOR_EXTENSION_STATEMENT, - "plugin_timescaledb_enable": TIMESCALEDB_EXTENSION_STATEMENT, + # "plugin_timescaledb_enable": TIMESCALEDB_EXTENSION_STATEMENT, } def enable_disable_config(enabled: False):