Skip to content

Commit

Permalink
Temporarily skipping the sqlite and database trigger functional tests (
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost authored Oct 11, 2023
1 parent 265092f commit 0b19ae7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/functional_tests/docs_how_to_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
]


Expand Down

0 comments on commit 0b19ae7

Please sign in to comment.