Skip to content

Commit 1d86397

Browse files
authored
Disable flaky test to stabilize the pipeline (#3403)
1 parent f7e3392 commit 1d86397

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/io/lettuce/core/search/RediSearchVectorIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import io.lettuce.test.condition.RedisConditions;
3131
import org.junit.jupiter.api.AfterAll;
3232
import org.junit.jupiter.api.BeforeEach;
33+
import org.junit.jupiter.api.Disabled;
3334
import org.junit.jupiter.api.Tag;
3435
import org.junit.jupiter.api.Test;
3536

@@ -1067,6 +1068,7 @@ void testVectorSearchErrorHandling() {
10671068
* binary vector data and text data in the same hash, with proper decoding of each field type.
10681069
*/
10691070
@Test
1071+
@Disabled("Test is being very flaky on the pipeline")
10701072
void testVectorSearchBinaryAndTextFields() {
10711073
// Create a custom codec that can handle both strings and byte arrays
10721074
RedisCodec<String, Object> mixedCodec = new RedisCodec<String, Object>() {

0 commit comments

Comments
 (0)