Only assert GPU process on macOS
This commit is contained in:
		
					parent
					
						
							
								9f49b71b89
							
						
					
				
			
			
				commit
				
					
						edd840fcc0
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -550,7 +550,7 @@ describe('app module', function () {
 | 
			
		|||
        assert.equal(typeof cpu.idleWakeupsPerSecond, 'number')
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      if (process.platform !== 'linux') {
 | 
			
		||||
      if (process.platform === 'darwin') {
 | 
			
		||||
        assert.ok(types.includes('GPU'))
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue