Skip to content

Commit 39a75ac

Browse files
committed
always fail
1 parent 0259e64 commit 39a75ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/server_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ func TestDefaultPlugins(t *testing.T) {
2525
require.NoError(t, err, "Error stopping server")
2626
}
2727

28+
func TestAlwaysFail(t *testing.T) {
29+
t.Fatalf("This test should always fail")
30+
}
31+
2832
// TestDBPlugin tests server boot with a DB plugin
2933
func TestDBPlugin(t *testing.T) {
3034
counter := 0

0 commit comments

Comments
 (0)