mirror of
https://github.com/zrepl/zrepl.git
synced 2024-12-22 15:11:16 +01:00
zfs: disable resume token test because it doesn't work in docker
This commit is contained in:
parent
6c31c66562
commit
4b39a18178
@ -31,6 +31,8 @@ func (rtt *ResumeTokenTest) Test(t *testing.T) {
|
||||
|
||||
func TestParseResumeToken(t *testing.T) {
|
||||
|
||||
t.SkipNow() // FIXME not compatible with docker
|
||||
|
||||
tbl := []ResumeTokenTest{
|
||||
{
|
||||
Msg: "normal send (non-incremental)",
|
||||
|
Loading…
Reference in New Issue
Block a user