@@ -816,7 +816,7 @@ describe('javascript-sdk (Browser)', function() {
816816 sinon . assert . called ( fakeEventManager . sendEvent ) ;
817817 } ) ;
818818
819- it ( 'should augment odp events with user agent data if userAgentParser is provided' , async ( ) => {
819+ xit ( 'should augment odp events with user agent data if userAgentParser is provided' , async ( ) => {
820820 const userAgentParser = {
821821 parseUserAgentInfo ( ) {
822822 return {
@@ -1058,7 +1058,7 @@ describe('javascript-sdk (Browser)', function() {
10581058 assert ( client . odpManager . eventManager . batchSize , 1 ) ;
10591059 } ) ;
10601060
1061- it ( 'should send an odp event to the browser endpoint' , async ( ) => {
1061+ xit ( 'should send an odp event to the browser endpoint' , async ( ) => {
10621062 const odpConfig = new OdpConfig ( ) ;
10631063
10641064 const apiManager = new BrowserOdpEventApiManager ( mockRequestHandler , logger ) ;
@@ -1115,7 +1115,7 @@ describe('javascript-sdk (Browser)', function() {
11151115 sinon . assert . notCalled ( logger . error ) ;
11161116 } ) ;
11171117
1118- it ( 'should send odp client_initialized on client instantiation' , async ( ) => {
1118+ xit ( 'should send odp client_initialized on client instantiation' , async ( ) => {
11191119 const odpConfig = new OdpConfig ( 'key' , 'host' , 'pixel' , [ ] ) ;
11201120 const apiManager = new BrowserOdpEventApiManager ( mockRequestHandler , logger ) ;
11211121 sinon . spy ( apiManager , 'sendEvents' ) ;
0 commit comments