We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0259e64 commit 39a75acCopy full SHA for 39a75ac
server/server_test.go
@@ -25,6 +25,10 @@ func TestDefaultPlugins(t *testing.T) {
25
require.NoError(t, err, "Error stopping server")
26
}
27
28
+func TestAlwaysFail(t *testing.T) {
29
+ t.Fatalf("This test should always fail")
30
+}
31
+
32
// TestDBPlugin tests server boot with a DB plugin
33
func TestDBPlugin(t *testing.T) {
34
counter := 0
0 commit comments