Skip to content
Snippets Groups Projects
Commit b1fde1d8 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Avoid testing 'non-writable' directory

Testing 'non-writable' directories is flaky in
real life since it depends on the user that
executes these tests. On gitlab CI, it is useless
a-priori, since gitlab runs as root in containers.
Establishing a vfs for this does not help us much,
especially when it just tests if some exception is
thrown, which is done obviously when reading code.
This vfsStream usage is simply not worth the dependency.

Resolves: #98932
Related: #97762
Releases: main
Change-Id: Ifd813d47607e3760e2e617b93a56a59773bc4e62
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76296


Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 72c9d863
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment