diff --git a/.github/workflows/run-tests-and-package.yml b/.github/workflows/run-tests-and-package.yml index b665aa2c..f59b261a 100644 --- a/.github/workflows/run-tests-and-package.yml +++ b/.github/workflows/run-tests-and-package.yml @@ -17,8 +17,10 @@ on: jobs: functional-tests: - name: Functional tests with config ${{ matrix.unityVersion }}-${{ matrix.testMode }}-${{ matrix.jsonLibrary }} + name: DISABLED Functional tests with config ${{ matrix.unityVersion }}-${{ matrix.testMode }}-${{ matrix.jsonLibrary }} runs-on: ubuntu-latest + #Disable for now, will be replaced by "Integraton tests" + if: ${{ true == false }} timeout-minutes: 20 strategy: fail-fast: false diff --git a/Runtime/Game/LootLockerSDKManager.cs b/Runtime/Game/LootLockerSDKManager.cs index f2bf9f77..d938ee32 100644 --- a/Runtime/Game/LootLockerSDKManager.cs +++ b/Runtime/Game/LootLockerSDKManager.cs @@ -5403,7 +5403,7 @@ public static void ListGameFeedbackCategories(Action /// onComplete Action for handling the response of type ListLootLockerFeedbackCategoryResponse - public static void ListUgcFeedbackCategories(Action onComplete) + public static void ListUGCFeedbackCategories(Action onComplete) { ListFeedbackCategories(LootLockerFeedbackTypes.ugc, onComplete); } @@ -5769,8 +5769,8 @@ public static void GetEntitlement(string entitlementId, Action /// List Metadata for the specified source with default pagination /// @@ -5854,8 +5854,8 @@ public static void GetMetadata(LootLockerMetadataSources Source, string SourceID }); }); } - - #endregion +#endif +#endregion #region Misc