diff --git a/test/sdk_test.js b/test/sdk_test.js index b61f7fd..9ab5e54 100644 --- a/test/sdk_test.js +++ b/test/sdk_test.js @@ -93,13 +93,13 @@ describe("The SDK Requirements", () => { expect(v1).to.have.property("BinaryHTTPEmitter"); }); - it("should exports 'BinaryHTTPReceiver'", () => { - expect(v1).to.have.property("BinaryHTTPReceiver"); - }); - - it("should exports 'HTTPUnmarshaller'", () => { - expect(v1).to.have.property("HTTPUnmarshaller"); - }); + // it("should exports 'BinaryHTTPReceiver'", () => { + // expect(v1).to.have.property("BinaryHTTPReceiver"); + // }); + // + // it("should exports 'HTTPUnmarshaller'", () => { + // expect(v1).to.have.property("HTTPUnmarshaller"); + // }); it("should exports 'event'", () => { expect(v1).to.have.property("event");