You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,7 +20,7 @@ function makeRandomAddress(): string {
25
20
constfaucetMnemonic=
26
21
"economy stock theory fatal elder harbor betray wasp final emotion task crumble siren bottom lizard educate guess current outdoor pair theory focus wife stone";
27
22
28
-
describe("Faucet",()=>{
23
+
(enabled ? describe : xdescribe)("Faucet",()=>{
29
24
constpathBuilder=makeCosmoshubPath;
30
25
31
26
constapiUrl="http://localhost:26658";
@@ -44,7 +39,6 @@ describe("Faucet", () => {
44
39
describe("stargate",()=>{
45
40
describe("constructor",()=>{
46
41
it("can be constructed",async()=>{
47
-
pendingWithoutSimapp();
48
42
constfaucet=awaitFaucet.make(
49
43
apiUrl,
50
44
defaultAddressPrefix,
@@ -60,7 +54,6 @@ describe("Faucet", () => {
60
54
61
55
describe("availableTokens",()=>{
62
56
it("is empty when no tokens are configured",async()=>{
63
-
pendingWithoutSimapp();
64
57
constfaucet=awaitFaucet.make(
65
58
apiUrl,
66
59
defaultAddressPrefix,
@@ -75,7 +68,6 @@ describe("Faucet", () => {
75
68
});
76
69
77
70
it("is not empty with default token config",async()=>{
0 commit comments