Skip to content

Commit 59029fa

Browse files
committed
CI: remove btrfs_raid_stripe_tree from the configs
There's a known bug that we're waiting on a fix for, remove this for now. Signed-off-by: Josef Bacik <[email protected]>
1 parent 46a0aab commit 59029fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
strategy:
108108
fail-fast: false
109109
matrix:
110-
config_name: [btrfs_normal, btrfs_compress, btrfs_block_group_tree, btrfs_raid_stripe_tree, btrfs_squota]
110+
config_name: [btrfs_normal, btrfs_compress, btrfs_block_group_tree, btrfs_squota]
111111
steps:
112112
- name: run xfstests
113113
run: ./unfuck-signal ./check -E EXCLUDE -R xunit -s ${{ matrix.config_name }} -g auto

0 commit comments

Comments
 (0)