Remove redundant calls to gtest_discover_tests with default args in AMQP tests (#5644)

* Disable AMQP LinkAttachDetachMultipleOneSession test until it has been investigated.

* Line Coverage is now at 87.8049%.

* Remove redundant calls to gtest_discover_tests with default args in AMQP
tests.

* Revert "Line Coverage is now at 87.8049%."

This reverts commit deb07e74cde7f3e915bbf0de1310d964d60d3154.

* Revert "Disable AMQP LinkAttachDetachMultipleOneSession test until it has been investigated."

This reverts commit 89c8096c906691826d35f6bd0f58d10bdffb6939.
This commit is contained in:
Ahson Khan 2024-05-21 11:43:41 -07:00 committed by GitHub
parent fdb8657f41
commit 7db4f3ac1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -55,7 +55,6 @@ target_compile_definitions(azure-core-amqp-tests PRIVATE _CRT_SECURE_NO_WARNINGS
# Link test executable against gtest & gtest_main
target_link_libraries(azure-core-amqp-tests PRIVATE GTest::gtest_main Azure::azure-core-amqp)
gtest_discover_tests( azure-core-amqp-tests )
create_per_service_target_build(core azure-core-amqp-tests)
create_map_file(azure-core-amqp-tests azure-core-amqp-tests.map)

View File

@ -62,7 +62,6 @@ target_include_directories(azure-core-amqp-uamqp-tests PRIVATE Azure::azure-core
# Link test executable against gtest & gtest_main
target_link_libraries(azure-core-amqp-uamqp-tests PRIVATE GTest::gtest_main Azure::azure-core-amqp uamqp umock_c azure_macro_utils_c)
gtest_discover_tests(azure-core-amqp-uamqp-tests)
create_per_service_target_build(core azure-core-amqp-uamqp-tests)
create_map_file(azure-core-amqp-uamqp-tests azure-core-amqp-uamqp-tests.map)