Skip to content

Commit

Permalink
EmbeddingModelClientTest doesn't work on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Aug 13, 2023
1 parent e0e6990 commit bf11735
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package io.moderne.ai.search;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable;
import org.openrewrite.java.JavaParser;
import org.openrewrite.test.RecipeSpec;
import org.openrewrite.test.RewriteTest;
Expand All @@ -9,6 +10,7 @@

import static org.openrewrite.java.Assertions.java;

@DisabledIfEnvironmentVariable(named = "CI", matches = "true")
public class FindCodeThatResemblesTest implements RewriteTest {

@Override
Expand Down

0 comments on commit bf11735

Please sign in to comment.