Skip to content

Commit

Permalink
ksmbd: github actions: temporarily remove compound-padding test
Browse files Browse the repository at this point in the history
Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Jul 23, 2023
1 parent d149845 commit 3d8992e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ jobs:
sudo rm -rf /mnt/test3/*
./bin/smbtorture //127.0.0.1/cifsd-test3/ -Utestuser%1234 smb2.compound.compound-break
sudo rm -rf /mnt/test3/*
./bin/smbtorture //127.0.0.1/cifsd-test3/ -Utestuser%1234 smb2.compound.compound-padding
sudo rm -rf /mnt/test3/*
# ./bin/smbtorture //127.0.0.1/cifsd-test3/ -Utestuser%1234 smb2.compound.compound-padding
#sudo rm -rf /mnt/test3/*
# smb2 streams test
./bin/smbtorture //127.0.0.1/cifsd-test3/ -Utestuser%1234 smb2.streams.dir
./bin/smbtorture //127.0.0.1/cifsd-test3/ -Utestuser%1234 smb2.streams.io
Expand Down

0 comments on commit 3d8992e

Please sign in to comment.