Skip to content

Commit

Permalink
skip TieredStorage test for FIPS
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kral <[email protected]>
  • Loading branch information
im-konge committed Jul 24, 2024
1 parent 10e0c52 commit 77bfc64
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import io.strimzi.systemtest.AbstractST;
import io.strimzi.systemtest.Environment;
import io.strimzi.systemtest.annotations.FIPSNotSupported;
import io.strimzi.systemtest.annotations.MicroShiftNotSupported;
import io.strimzi.systemtest.annotations.ParallelTest;
import io.strimzi.systemtest.kafkaclients.internalClients.KafkaClients;
Expand Down Expand Up @@ -45,6 +46,7 @@
* - tiered-storage-integration
*/
@MicroShiftNotSupported("We are using Kaniko and OpenShift builds to build Kafka image with TS. To make it working on Microshift we will invest much time with not much additional value.")
@FIPSNotSupported("Aiven TieredStorage plugin doesn't work with FIPS - https://github.com/Aiven-Open/tiered-storage-for-apache-kafka/issues/573")
@Tag(REGRESSION)
@Tag(TIERED_STORAGE)
public class TieredStorageST extends AbstractST {
Expand Down

0 comments on commit 77bfc64

Please sign in to comment.