hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
313 stars 136 forks source link

(Platform) Investigate tests disabled with: @Disabled("This test needs to be investigated") #15078

Open jjohannes opened 2 months ago

jjohannes commented 2 months ago

Problem

Certain tests were not running on CI for months. We need to investigate what to do with them. The tests are:

For more background, see description of: #15009

Solution

For each of the failing tests: fix the test setup or delete test.

Alternatives

No response