From 0b19ae7227ada4bc135347c42965da22775913a2 Mon Sep 17 00:00:00 2001 From: Sankalp Sanand Date: Wed, 11 Oct 2023 14:10:34 -0400 Subject: [PATCH] Temporarily skipping the sqlite and database trigger functional tests (#1809) --- CHANGELOG.md | 8 ++++++-- tests/functional_tests/docs_how_to_test.py | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d00d693db..541f5e738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,14 +29,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed strict version pins on `lmdbm`, `mpire`, `orjson`, and `pennylane` - Changed license to Apache -### Added +### Added -- Documentation and test cases for database triggers. +- Documentation and test cases for database triggers. ### Docs - Added federated learning showcase code +### Tests + +- Temporarily skipping the sqlite and database trigger functional tests + ## [0.229.0-rc.0] - 2023-09-22 ### Authors diff --git a/tests/functional_tests/docs_how_to_test.py b/tests/functional_tests/docs_how_to_test.py index 84b4b170b..1993a0d31 100644 --- a/tests/functional_tests/docs_how_to_test.py +++ b/tests/functional_tests/docs_how_to_test.py @@ -44,6 +44,8 @@ "file_transfers_to_from_gcp_storage.ipynb", "file_transfers_for_workflows_to_remote.ipynb", "file_transfers_to_remote.ipynb", + "trigger_sqlite.ipynb", # TODO: Temp skip, see issue #1808 + "trigger_database.ipynb", # TODO: Temp skip, see issue #1808 ]