mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-21 10:18:55 +02: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) {
|
func TestParseResumeToken(t *testing.T) {
|
||||||
|
|
||||||
|
t.SkipNow() // FIXME not compatible with docker
|
||||||
|
|
||||||
tbl := []ResumeTokenTest{
|
tbl := []ResumeTokenTest{
|
||||||
{
|
{
|
||||||
Msg: "normal send (non-incremental)",
|
Msg: "normal send (non-incremental)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user