mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
changie: skip flaky test
This commit is contained in:
parent
41c914edb2
commit
6fd770a1fe
@ -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; {
|
||||
|
10
pkgs/development/tools/changie/skip-flaky-test.patch
Normal file
10
pkgs/development/tools/changie/skip-flaky-test.patch
Normal 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{
|
Loading…
Reference in New Issue
Block a user