Skip to content

Commit

Permalink
un-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tpolecat committed Jan 6, 2025
1 parent 646cbfb commit 67a008f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class configurationRequestEdit extends OdbSuite with SubscriptionUtils with Obse
oid <- createGmosNorthLongSlitObservationAs(pi, pid, List(tid))
yield (pid, oid)

test("insert and update".ignore) {
test("insert and update") {
subscriptionExpect(
user = pi,
query = subscription(None),
Expand All @@ -161,7 +161,7 @@ class configurationRequestEdit extends OdbSuite with SubscriptionUtils with Obse
}


test("submit proposal, then unsubmit".ignore) {
test("submit proposal, then unsubmit") {
subscriptionExpect(
user = pi,
query = subscription(None),
Expand Down

0 comments on commit 67a008f

Please sign in to comment.