package main import ( "testing" ) func TestInfoCommand(t *testing.T) { t.Skip("Manual test - bd info command is working, see manual testing") } func TestInfoWithNoDaemon(t *testing.T) { t.Skip("Manual test - bd info --no-daemon command is working, see manual testing") }