@@ -816,7 +816,7 @@ describe('javascript-sdk (Browser)', function() {
816
816
sinon . assert . called ( fakeEventManager . sendEvent ) ;
817
817
} ) ;
818
818
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 ( ) => {
820
820
const userAgentParser = {
821
821
parseUserAgentInfo ( ) {
822
822
return {
@@ -1058,7 +1058,7 @@ describe('javascript-sdk (Browser)', function() {
1058
1058
assert ( client . odpManager . eventManager . batchSize , 1 ) ;
1059
1059
} ) ;
1060
1060
1061
- it ( 'should send an odp event to the browser endpoint' , async ( ) => {
1061
+ xit ( 'should send an odp event to the browser endpoint' , async ( ) => {
1062
1062
const odpConfig = new OdpConfig ( ) ;
1063
1063
1064
1064
const apiManager = new BrowserOdpEventApiManager ( mockRequestHandler , logger ) ;
@@ -1115,7 +1115,7 @@ describe('javascript-sdk (Browser)', function() {
1115
1115
sinon . assert . notCalled ( logger . error ) ;
1116
1116
} ) ;
1117
1117
1118
- it ( 'should send odp client_initialized on client instantiation' , async ( ) => {
1118
+ xit ( 'should send odp client_initialized on client instantiation' , async ( ) => {
1119
1119
const odpConfig = new OdpConfig ( 'key' , 'host' , 'pixel' , [ ] ) ;
1120
1120
const apiManager = new BrowserOdpEventApiManager ( mockRequestHandler , logger ) ;
1121
1121
sinon . spy ( apiManager , 'sendEvents' ) ;
0 commit comments