Skip to content

Commit

Permalink
Merge branch 'mr/jicquel/skip-symlink-armhf' into 'master'
Browse files Browse the repository at this point in the history
Skip symbolic link tests running on QEMU

See merge request eng/toolchain/gnatcoll-core!65
  • Loading branch information
Jicquel committed Jan 31, 2024
2 parents c3f67f5 + 6cdeb4e commit ebde9a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testsuite/tests/os/fsutil/symlink/test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
title: GNATCOLL.OS.FSUtil symlink test
control:
- ["SKIP", "env.build.os.name == 'windows'", "Unix only test"]
- ["SKIP", "env.target.machine == 'qemu'",
"FAT file system is usually used by qemu.
This FS does not support symbolic links"]

0 comments on commit ebde9a1

Please sign in to comment.