Skip to content

Commit db193fd

Browse files
committed
revert upload-3d-glb-file-api
1 parent 30ff8c5 commit db193fd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/Makefile.functional

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ infer-rotation: # NEX-T10543
4747
$(call common-recipe, $(COMPOSE_FILES), tests/functional/tc_rotation_from_velocity.py, '$(SERVICES)', true, /run/secrets/controller.auth)
4848
$(eval SECRETSDIR := $(OLDSECRETSDIR))
4949

50+
upload-3d-glb-file-api: # NEX-T10425-API
51+
$(eval COMPOSE_FILES := $(COMPOSE)/pgserver.yml:$(COMPOSE)/web.yml)
52+
$(call common-recipe, $(COMPOSE_FILES), manager/tests/tc_upload_3d_glb_file_api.py, 'pgserver web', true, /run/secrets/controller.auth)
53+
5054
upload-only-3d-glb-files-api: # NEX-T10433-API
5155
$(eval COMPOSE_FILES := $(COMPOSE)/pgserver.yml:$(COMPOSE)/web.yml)
5256
$(call common-recipe, $(COMPOSE_FILES), manager/tests/tc_upload_only_3d_glb_files_api.py, 'pgserver web', true, /run/secrets/controller.auth)

0 commit comments

Comments
 (0)