[full-ci] skip the file name validation if nodeid used

This commit is contained in:
Roman Perekhod
2024-07-17 18:19:05 +02:00
parent 2f369157d4
commit 95de8f584b
6 changed files with 23 additions and 14 deletions
@@ -184,10 +184,10 @@ Feature: create files and folder
| new | /.. | 405 |
| new | /../lorem | 400 |
| new | | 400 |
| spaces | /. | 500 |
| spaces | /. | 400 |
| spaces | /.. | 405 |
| spaces | /../lorem | 404 |
| spaces | | 500 |
| spaces | /../lorem | 400 |
| spaces | | 400 |
Scenario Outline: try to create folder with '.', '..' and 'empty'