We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a404fde commit 2326fe3Copy full SHA for 2326fe3
1 file changed
test/unit/cache/redis-query-result-cache.test.ts
@@ -5,7 +5,7 @@ import { RedisQueryResultCache } from "../../../src/cache/RedisQueryResultCache"
5
import { PlatformTools } from "../../../src/platform/PlatformTools"
6
import { DataSource } from "../../../src/data-source/DataSource"
7
8
-describe("RedisQueryResultCache", () => {
+describe.skip("RedisQueryResultCache", () => {
9
describe("detectRedisVersion", () => {
10
let sandbox: sinon.SinonSandbox
11
let mockDataSource: sinon.SinonStubbedInstance<DataSource>
0 commit comments