changie: skip flaky test

This commit is contained in:
figsoda 2022-09-21 11:51:21 -04:00
parent 41c914edb2
commit 6fd770a1fe
2 changed files with 12 additions and 0 deletions

View file

@ -13,6 +13,8 @@ buildGoModule rec {
vendorSha256 = "sha256-9Cpyemq/f62rVMvGwOtgDGd9XllvICXL2dqNwUoFQmg=";
patches = [ ./skip-flaky-test.patch ];
ldflags = [ "-s" "-w" "-X=main.version=${version}" ];
meta = with lib; {

View file

@ -0,0 +1,10 @@
--- 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{