Skip to content

Commit

Permalink
skip DatabaseTest: test_insert_and_get_profiles
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik K <[email protected]>
  • Loading branch information
Dominik-K committed Dec 22, 2023
1 parent 37346f4 commit 97b0a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/database_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ TEST_F(DatabaseTest, test_insert_and_get_transaction_without_id_tag) {
}

TEST_F(DatabaseTest, test_insert_and_get_profiles) {
// TODO enable again on fixing https://github.com/EVerest/libocpp/issues/384
GTEST_SKIP() << "validFrom/validTo checks are failing. See https://github.com/EVerest/libocpp/issues/384";

const auto profile = get_sample_charging_profile();

Expand Down

0 comments on commit 97b0a72

Please sign in to comment.