Skip to content

Commit

Permalink
Remove UI-based metadata only reingest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Mar 7, 2022
1 parent 9936f73 commit f757eb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- "ipc preservation"
- "ipc access"
- "metadata-xml"
- "mo-aip-reingest"
- "tcc"
- "tpc"
- "uuids-dirs"
Expand Down
5 changes: 2 additions & 3 deletions hack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ define AT_HELP
* icc :Conformance check feature on ingest.
* ipc :Policy check feature on ingest.
* picc :Policy check feature for preservation derivatives.
* mo-aip-reingest :Metadata-only reingest.
* tpc :Policy check feature on transfer.
* uuids-dirs :Tests whether UUIDs are assigned to AIP sub-DIRs.

Expand All @@ -296,9 +295,9 @@ export AT_HELP
test-at-help: ## AMAUAT: list commonly used acceptance test tags.
@echo "$$AT_HELP"

TAGS ?= mo-aip-reingest
TAGS ?= black-box
BROWSER ?= Firefox
test-at-behave: test-at-build ## AMAUAT: run behave, default is `make test-at-behave TAGS=mo-aip-reingest BROWSER=Firefox`.
test-at-behave: test-at-build ## AMAUAT: run behave, default is `make test-at-behave TAGS=black-box BROWSER=Firefox`.
$(call compose_amauat, \
run --rm -e HEADLESS=1 --no-deps archivematica-acceptance-tests /usr/local/bin/behave \
--no-capture --no-capture-stderr --no-logcapture \
Expand Down

0 comments on commit f757eb7

Please sign in to comment.