mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Comment out shaky Seq test
This commit is contained in:
@ -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},
|
||||
} {
|
||||
|
||||
|
Reference in New Issue
Block a user