mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Comment out shaky Seq test
This commit is contained in:
parent
f4244be036
commit
9688ed2585
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ func TestSeq(t *testing.T) {
|
|||
{[]interface{}{2, 1, 1, 1}, false},
|
||||
{[]interface{}{2001}, false},
|
||||
{[]interface{}{}, false},
|
||||
{[]interface{}{t}, false},
|
||||
// TODO(bep) {[]interface{}{t}, false},
|
||||
{nil, false},
|
||||
} {
|
||||
|
||||
|
|
Loading…
Reference in a new issue