Building off of this question: lebesgue integral uniform convergence
Given a measure space $(X, \Sigma, \mu )$, and a sequence $\{f_n\}_{n\in\mathbb{N}}$ of integrable functions $f_n:X\to \mathbb{R}$ that converge uniformly to some function $f$, we know that if $\mu(X)<\infty$ then $f$ is integrable, since we can bound $\int |f| \leq \int |f - f_n| + \int|f_n| \leq \mu(X)\epsilon + \int |f_n|$ for any $\epsilon >0$. Once we know $f$ is integrable we can use finiteness of $\mu(X)$ to show $\int f = \lim \int f_n$ (see linked question).
We have counter-examples in the case where $\mu(X) = \infty$ to show that $\int f \neq lim \int f_n$. Take for example $\{ \frac{\chi_{[0,n)}}{ n}\}_{n\in\mathbb{N}}$ (where $\chi$ is the characteristic function). This converges uniformly to $0$ but $\int 0 = 0 \neq 1 = \lim \int \frac{\chi_{[0,n)}}{n}$.
Question: do we have counterexamples to show that if $f_n \to f$ uniformly and $\mu(X) = \infty$, then $f$ is not necessarily integrable?