Skip to content

Enable unit tests.

Rustam Lotsmanenko (EPAM) requested to merge fix-unit-tests into master

Type of change

  • Bug Fix

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • Common code

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Unit tests in the Register core and GC are yielding false positives; in reality, 0 tests are being executed.

What is the new/expected behavior?

The tests run as expected.

Edited by Rustam Lotsmanenko (EPAM)

Merge request reports