Bazel currently doesn't allow to pass in host java runtime location to the sh_test scripts. This is tracked in this issue: [1]. Disable the prolog tests for now, when invoked with newer Java version and consider to enable the tests again, when the problem is fixed and new Bazel version with the fix is released. This is needed to unblock building and passing test with newer Java versions. [1] https://github.com/bazelbuild/bazel/issues/9391 Change-Id: Ib08bb7863af4ab6513e07fa61136b1a2b4b4d917
		
			
				
	
	
		
			7 lines
		
	
	
		
			205 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			205 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
# Skip all prolog tests for newer Java versions.
 | 
						|
# See https://github.com/bazelbuild/bazel/issues/9391
 | 
						|
# for more details why we cannot support running tests
 | 
						|
# on newer Java versions for now.
 |