mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
10 lines
251 B
Diff
10 lines
251 B
Diff
--- a/core/change_test.go
|
|
+++ b/core/change_test.go
|
|
@@ -353,6 +353,7 @@ var _ = Describe("Change ask prompts", func() {
|
|
})
|
|
|
|
It("gets error for invalid body", func() {
|
|
+ Skip("")
|
|
var min int64 = 5
|
|
submitFailed := false
|
|
config := Config{
|