Skip to content

Commit

Permalink
Merge pull request quarkusio#36695 from sberyozkin/disable_oidc_db_my…
Browse files Browse the repository at this point in the history
…sql_test

Disable MySQL OIDC DB token manager test due to limited Github CI resources
  • Loading branch information
gastaldi authored Oct 26, 2023
2 parents cf9e5ef + dba1bfb commit 55bd9e9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
package io.quarkus.oidc.db.token.state.manager;

import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
import org.junit.jupiter.api.extension.RegisterExtension;

import io.quarkus.test.QuarkusUnitTest;

// Becomes flaky in Github CI due to limited resources
@EnabledIfSystemProperty(named = "run-mysql-db-token-state-manager-test", disabledReason = "Insufficient GH CI resources", matches = "true")
public class MySqlDbTokenStateManagerTest extends AbstractDbTokenStateManagerTest {

@RegisterExtension
Expand Down

0 comments on commit 55bd9e9

Please sign in to comment.