Skip to content

Commit 30c22df

Browse files
committed
skip some tests on PR's
1 parent 0a7c8f5 commit 30c22df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Ported/RequestExecutor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { DocumentStore, EntityToJson, IDocumentStore, PutDocumentCommand } from "../../src";
2-
import { ClusterTestContext, disposeTestDocumentStore, testContext } from "../Utils/TestUtil";
2+
import { ClusterTestContext, disposeTestDocumentStore, RavenTestContext, testContext } from "../Utils/TestUtil";
33
import { throwError } from "../../src/Exceptions";
44
import { HttpRequestParameters, HttpResponse } from "../../src/Primitives/Http";
55
import * as stream from "readable-stream";
66
import * as http from "http";
77
import { User } from "../Assets/Entities";
88
import { assertThat } from "../Utils/AssertExtensions";
99

10-
describe("RequestExecutor", function () {
10+
(RavenTestContext.isPullRequest ? describe.skip : describe)("RequestExecutor", function () {
1111

1212
let store: IDocumentStore;
1313

0 commit comments

Comments
 (0)