Skip to content

Commit e4e0030

Browse files
Blacklist tests for re-enabling cache (#842)
1 parent c1f8b06 commit e4e0030

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/TestBlackList.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,13 @@ private static readonly (string Name, string Reason)[] BlackListNames =
124124

125125
("test_connection_acquisition_timeout_during_fallback",
126126
"Driver currently uses separate acquisition timeouts for the separate connections. Future behavioural " +
127-
"fix (6.0) needed to pass test and unify with other drivers.")
127+
"fix (6.0) needed to pass test and unify with other drivers."),
128+
129+
("test_homedb.TestHomeDbMixedCluster.test_re_enabling_cache",
130+
"Re-enabling cache delayed until 6.0 release."),
131+
132+
("test_homedb.TestHomeDbMixedCluster.test_re_enabling_cache_after_disabling",
133+
"Re-enabling cache delayed until 6.0 release."),
128134
};
129135

130136
public static bool FindTest(string testName, out string reason)

0 commit comments

Comments
 (0)