@@ -90,55 +90,6 @@ describe('Pact Standalone', function() {
9090 } ) ;
9191 } ) ;
9292
93- describe ( 'Linux ia32' , ( ) => {
94- before ( ( ) => install ( 'linux' , 'ia32' ) ) ;
95-
96- beforeEach ( ( ) => ( pact = standalone ( 'linux' , 'ia32' ) ) ) ;
97-
98- it ( 'broker relative path' , ( ) => {
99- expect ( fs . existsSync ( path . resolve ( basePath , pact . brokerPath ) ) ) . to . be
100- . true ;
101- } ) ;
102-
103- it ( 'broker full path' , ( ) => {
104- expect ( fs . existsSync ( pact . brokerFullPath ) ) . to . be . true ;
105- } ) ;
106-
107- it ( 'mock service relative path' , ( ) => {
108- expect ( fs . existsSync ( path . resolve ( basePath , pact . mockServicePath ) ) ) . to
109- . be . true ;
110- } ) ;
111-
112- it ( 'mock service full path' , ( ) => {
113- expect ( fs . existsSync ( pact . mockServiceFullPath ) ) . to . be . true ;
114- } ) ;
115-
116- it ( 'stub relative path' , ( ) => {
117- expect ( fs . existsSync ( path . resolve ( basePath , pact . stubPath ) ) ) . to . be . true ;
118- } ) ;
119-
120- it ( 'stub full path' , ( ) => {
121- expect ( fs . existsSync ( pact . stubFullPath ) ) . to . be . true ;
122- } ) ;
123-
124- it ( 'provider verifier relative path' , ( ) => {
125- expect ( fs . existsSync ( path . resolve ( basePath , pact . verifierPath ) ) ) . to . be
126- . true ;
127- } ) ;
128-
129- it ( 'provider verifier full path' , ( ) => {
130- expect ( fs . existsSync ( pact . verifierFullPath ) ) . to . be . true ;
131- } ) ;
132-
133- it ( 'pact relative path' , ( ) => {
134- expect ( fs . existsSync ( path . resolve ( basePath , pact . pactPath ) ) ) . to . be . true ;
135- } ) ;
136-
137- it ( 'pact full path' , ( ) => {
138- expect ( fs . existsSync ( pact . pactFullPath ) ) . to . be . true ;
139- } ) ;
140- } ) ;
141-
14293 describe ( 'Linux X64' , ( ) => {
14394 before ( ( ) => install ( 'linux' , 'x64' ) ) ;
14495
0 commit comments