Merge pull request #1754 from 0xProject/fix/skip-geth-tests-ci
Disable Geth tests in CircleCI
This commit is contained in:
		@@ -393,9 +393,11 @@ workflows:
 | 
				
			|||||||
            - test-contracts-ganache:
 | 
					            - test-contracts-ganache:
 | 
				
			||||||
                  requires:
 | 
					                  requires:
 | 
				
			||||||
                      - build
 | 
					                      - build
 | 
				
			||||||
            - test-contracts-geth:
 | 
					            # TODO(albrow): Tests always fail on Geth right now because our fork
 | 
				
			||||||
                  requires:
 | 
					            # is outdated. Uncomment once we have updated our Geth fork.
 | 
				
			||||||
                      - build
 | 
					            # - test-contracts-geth:
 | 
				
			||||||
 | 
					            #       requires:
 | 
				
			||||||
 | 
					            #           - build
 | 
				
			||||||
            - test-pipeline:
 | 
					            - test-pipeline:
 | 
				
			||||||
                  requires:
 | 
					                  requires:
 | 
				
			||||||
                      - build
 | 
					                      - build
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user