| 
				
			 | 
			
			
				@@ -435,7 +435,8 @@ spam 
			 | 
		
	
		
			
			| 
				435
			 | 
			
				435
			 | 
			
			
				         parser = cdiff.DiffParser(stream) 
			 | 
		
	
		
			
			| 
				436
			 | 
			
				436
			 | 
			
			
				         self.assertEqual(parser._type, 'unified') 
			 | 
		
	
		
			
			| 
				437
			 | 
			
				437
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				438
			 | 
			
				
			 | 
			
			
				-    def test_type_detect_context(self): 
			 | 
		
	
		
			
			| 
				
			 | 
			
				438
			 | 
			
			
				+    # Note @unittest.skip() not available for python < 2.7 
			 | 
		
	
		
			
			| 
				
			 | 
			
				439
			 | 
			
			
				+    def SKIP_test_type_detect_context(self): 
			 | 
		
	
		
			
			| 
				439
			 | 
			
				440
			 | 
			
			
				         patch = """\ 
			 | 
		
	
		
			
			| 
				440
			 | 
			
				441
			 | 
			
			
				 *** /path/to/original timestamp 
			 | 
		
	
		
			
			| 
				441
			 | 
			
				442
			 | 
			
			
				 --- /path/to/new timestamp 
			 |