mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-11-03 20:38:05 +00:00 
			
		
		
		
	Merge pull request #145 from Telecominfraproject/WIFI-3565
removed the compulsory performance marker from manual.yml
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/manual.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/manual.yml
									
									
									
									
										vendored
									
									
								
							@@ -116,7 +116,7 @@ jobs:
 | 
			
		||||
                  - -c
 | 
			
		||||
                  - |
 | 
			
		||||
                    cd tests
 | 
			
		||||
                    pytest -m "performance and ${{ github.event.inputs.marker_expression }}" -s -vvv --testbed="${{ github.event.inputs.testbed }}" --skip-testrail --alluredir=/tmp/allure-results "${{ github.event.inputs.additional_args }}"
 | 
			
		||||
                    pytest -m "${{ github.event.inputs.marker_expression }}" -s -vvv --testbed="${{ github.event.inputs.testbed }}" --skip-testrail --alluredir=/tmp/allure-results "${{ github.event.inputs.additional_args }}"
 | 
			
		||||
                    ret=\$?
 | 
			
		||||
                    # sleep some time to be able to download the Allure results
 | 
			
		||||
                    sleep 60
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user